-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathvalues.yaml
23 lines (20 loc) · 1006 Bytes
/
values.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Set to false if OpenShift GitOps is already installed on the hub cluster (or
# if the openshift-gitops namespace already exists).
createOpenShiftGitOpsNamespace: true
# List of clusters. If your environment will have additional clusters, those
# would go here.
clusters:
# clusterName should match cluster's name in ACM
- clusterName: dev
# chartName should match the name of the chart (in Chart.yaml) of the GitOps
# Helm chart in the GitOps repo for this environment
chartName: gitops-dev
# repoUrl should be a full path to the GitOps repo for this environment.
# Should end with ".git".
repoUrl: https://github.com/hello-openshift-multicluster-gitops/gitops-dev.git
- clusterName: local-cluster # Hub cluster in ACM is always called "local-cluster"
chartName: gitops-hub
repoUrl: https://github.com/hello-openshift-multicluster-gitops/gitops-hub.git
- clusterName: stage
chartName: gitops-stage
repoUrl: https://github.com/hello-openshift-multicluster-gitops/gitops-stage.git