You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+1
Original file line number
Diff line number
Diff line change
@@ -125,6 +125,7 @@ The following two paragraphs provide the full list of configuration and output v
125
125
| gcp\_project | The name of the GCP project to use |`string`| n/a | yes |
126
126
| git\_owner\_requirement\_repos | The git id of the owner for the requirement repositories |`string`|`""`| no |
127
127
| gsm | Enables Google Secrets Manager, not available with JX2 |`bool`|`false`| no |
128
+
| argocd | Enables gitops sync via ArgoCD instead of git-operator |`bool`|`false`| no |
128
129
| ip\_range\_pods | The IP range in CIDR notation to use for pods. Set to /netmask (e.g. /18) to have a range chosen with a specific netmask. Enables VPC-native |`string`|`""`| no |
129
130
| ip\_range\_services | The IP range in CIDR notation use for services. Set to /netmask (e.g. /21) to have a range chosen with a specific netmask. Enables VPC-native |`string`|`""`| no |
130
131
| jenkins\_x\_namespace | Kubernetes namespace to install Jenkins X in |`string`|`"jx"`| no |
| apex\_domain | The apex domain to be allocated to the cluster |`string`| n/a | yes |
17
+
| cluster\_name | Name of the Kubernetes cluster |`string`| n/a | yes |
18
+
| gcp\_project | The name of the GCP project |`string`| n/a | yes |
19
+
| helm\_values | Additional settings which will be passed to the Helm chart values, see https://artifacthub.io/packages/helm/argo/argo-cd|`map(any)`|`{}`| no |
20
+
| jx\_bot\_token | Bot token used to interact with the Jenkins X cluster git repository |`string`|`""`| no |
21
+
| jx\_bot\_username | Bot username used to interact with the Jenkins X cluster git repository |`string`|`""`| no |
22
+
| jx\_git\_url | URL for the Jenins X cluster git repository |`string`|`""`| no |
0 commit comments