diff options
author | makefunstuff <[email protected]> | 2024-06-28 14:42:09 +0200 |
---|---|---|
committer | makefunstuff <[email protected]> | 2024-06-28 14:42:09 +0200 |
commit | 5f14386dcdd3530c79a31678a1a3bf59e3ddb6ef (patch) | |
tree | da923ec2a7ab1f4184e9597a23e8287425b800d0 /tools/argocd/templates/deployment.yaml | |
parent | 320b06cb81e0fe434aea56494684fae101a89dfc (diff) | |
download | k3s-lab-5f14386dcdd3530c79a31678a1a3bf59e3ddb6ef.tar.gz |
broken
Diffstat (limited to '')
-rw-r--r-- | tools/argocd/templates/deployment.yaml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tools/argocd/templates/deployment.yaml b/tools/argocd/templates/deployment.yaml index b2fa31e..e0daf82 100644 --- a/tools/argocd/templates/deployment.yaml +++ b/tools/argocd/templates/deployment.yaml @@ -9,7 +9,7 @@ metadata: name: argocd-server namespace: argocd spec: - replicas: { { .Values.replicas "1" } } + replicas: {{ .Values.replicas }} selector: matchLabels: app: argocd-server @@ -27,5 +27,6 @@ spec: - name: ARGOCD_SERVER_ADMIN_PASSWORD valueFrom: secretKeyRef: - name: argocd-server + name: argocd-secret key: admin.password + |