Skip to content

Commit 81d99d9

Browse files
committed
revert changes
1 parent 6d8ae17 commit 81d99d9

File tree

1 file changed

+5
-18
lines changed

1 file changed

+5
-18
lines changed

src/resources/argocd-values.yaml.tpl

Lines changed: 5 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,9 @@ dex:
1212

1313
controller:
1414
replicas: 1
15-
metrics:
16-
enabled: true
17-
serviceMonitor:
18-
enabled: true
1915

2016
server:
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

150141
repoServer:
151142
replicas: 2
152-
metrics:
153-
enabled: true
154-
serviceMonitor:
155-
enabled: true
156143

157144
applicationSet:
158145
replicas: 2

0 commit comments

Comments
 (0)