Simon Kaiser hace 3 años
padre
commit
98f55a4512
Se han modificado 1 ficheros con 14 adiciones y 12 borrados
  1. 14
    12
      gitops-kaisers-info/apps/templates/argo-cd.yaml

+ 14
- 12
gitops-kaisers-info/apps/templates/argo-cd.yaml Ver fichero

@@ -14,15 +14,17 @@ spec:
14 14
     chart: argo-cd
15 15
     repoURL: https://github.com/argoproj/argo-helm
16 16
     targetRevision: 3.33.6
17
-    values: |
18
-      server:
19
-        ingress: 
20
-          enabled: true
21
-          hosts:
22
-            - argo-cd.kaisers.info
23
-          paths:
24
-            - /
25
-          pathType: Prefix
26
-  
27
-        extraArgs:
28
-        - --insecure
17
+    helm:
18
+      releaseName: argo-cd
19
+      values: |
20
+        server:
21
+          ingress: 
22
+            enabled: true
23
+            hosts:
24
+              - argo-cd.kaisers.info
25
+            paths:
26
+              - /
27
+            pathType: Prefix
28
+    
29
+          extraArgs:
30
+          - --insecure