Skip to content

Commit

Permalink
fix(base-cluster/helmrepositories): add missing nginx condition (#669)
Browse files Browse the repository at this point in the history
  • Loading branch information
cwrau committed Dec 18, 2023
1 parent b7a4831 commit ba7d4dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions charts/base-cluster/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ global:
url: https://kubernetes.github.io/ingress-nginx
charts:
ingress-nginx: 4.x.x
condition: "{{ .Values.ingress.enabled }}"
kyverno:
url: https://kyverno.github.io/kyverno
charts:
Expand Down

0 comments on commit ba7d4dd

Please sign in to comment.