File tree Expand file tree Collapse file tree 1 file changed +5
-18
lines changed Expand file tree Collapse file tree 1 file changed +5
-18
lines changed Original file line number Diff line number Diff line change 1212
1313controller:
1414 replicas: 1
15- metrics:
16- enabled: true
17- serviceMonitor:
18- enabled: true
1915
2016server:
2117 replicas: 2
22- metrics:
23- enabled: true
24- serviceMonitor:
25- enabled: true
26-
27-
2818
2919 ingress:
3020 enabled: true
@@ -101,8 +91,8 @@ server:
10191 name: argocd-repo-creds-${ name}
10292 key: sshPrivateKey
10393%{ else ~}
104- githubAppID: ${ github_app_id}
105- githubAppInstallationID: ${ github_app_installation_id}
94+ githubAppID: " ${ github_app_id} "
95+ githubAppInstallationID: " ${ github_app_installation_id} "
10696 githubAppPrivateKeySecret:
10797 name: argocd-repo-creds-${ name}
10898 key: githubAppPrivateKey
@@ -140,19 +130,16 @@ server:
140130
141131%{ if oidc_enabled == true ~}
142132 scopes: '${ oidc_rbac_scopes} '
143- %{ endif ~}
144- %{ if saml_enabled == true ~}
133+ %{ else ~}
134+ %{ if saml_enabled == true ~}
145135 scopes: '${ saml_rbac_scopes} '
136+ %{ endif ~}
146137%{ endif ~}
147138
148139 policy.default: role:readonly
149140
150141repoServer:
151142 replicas: 2
152- metrics:
153- enabled: true
154- serviceMonitor:
155- enabled: true
156143
157144applicationSet:
158145 replicas: 2
You can’t perform that action at this time.
0 commit comments