Skip to content

Commit 7e23531

Browse files
authored
Update argocd ingress helm-values due to updates in the original argocd helm chart
1 parent 09c73f0 commit 7e23531

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

v02-argocd-setting-up/install-using-helm-nginx-ingress/values-nginx-ingress.yml

+1-6
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,4 @@ server:
55
nginx.ingress.kubernetes.io/force-ssl-redirect: "true"
66
nginx.ingress.kubernetes.io/ssl-passthrough: "true"
77
ingressClassName: nginx
8-
hosts:
9-
- devops.hobbies
10-
paths:
11-
- /
12-
pathType: Prefix
13-
https: true
8+
hostname: "devops.hobbies"

0 commit comments

Comments
 (0)