Skip to content

Commit

Permalink
Merge pull request #17 from flanksource/yashmehrotra-patch-1
Browse files Browse the repository at this point in the history
chore: update ingress-classname
  • Loading branch information
yashmehrotra authored Nov 15, 2023
2 parents 7a723d8 + c62576c commit a153480
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chart/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ metadata:
kubernetes.io/ingress.class: ingress-nginx
cert-manager.io/cluster-issuer: ingress-ca
spec:
ingressClassName: nginx
ingressClassName: ingress-nginx
rules:
- host: {{.Values.domain | quote}}
http:
Expand Down

0 comments on commit a153480

Please sign in to comment.