Sfoglia il codice sorgente

Corrects hostname for argo-cd

Simon Kaiser 4 anni fa
parent
commit
bba31a0d67
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. 2
    1
      gitops-kaisers-info/templates/argo-cd.yaml

+ 2
- 1
gitops-kaisers-info/templates/argo-cd.yaml Vedi File

24
         server:
24
         server:
25
           ingress: 
25
           ingress: 
26
             enabled: true
26
             enabled: true
27
-            hostname: argo-cd.kaisers.info
27
+            hosts: 
28
+              - argo-cd.kaisers.info
28
             paths:
29
             paths:
29
               - /
30
               - /
30
             pathType: Prefix
31
             pathType: Prefix