Procházet zdrojové kódy

Corrects hostname for argo-cd

Simon Kaiser před 4 roky
rodič
revize
1e751b3ac2
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1
    1
      gitops-kaisers-info/templates/argo-cd.yaml

+ 1
- 1
gitops-kaisers-info/templates/argo-cd.yaml Zobrazit soubor

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