about summary refs log tree commit diff
path: root/tools/argocd/templates/deployment.yaml
diff options
context:
space:
mode:
authormakefunstuff <[email protected]>2024-06-28 14:42:09 +0200
committermakefunstuff <[email protected]>2024-06-28 14:42:09 +0200
commit5f14386dcdd3530c79a31678a1a3bf59e3ddb6ef (patch)
treeda923ec2a7ab1f4184e9597a23e8287425b800d0 /tools/argocd/templates/deployment.yaml
parent320b06cb81e0fe434aea56494684fae101a89dfc (diff)
downloadk3s-lab-5f14386dcdd3530c79a31678a1a3bf59e3ddb6ef.tar.gz
broken
Diffstat (limited to '')
-rw-r--r--tools/argocd/templates/deployment.yaml5
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
+