Skip to content

Commit

Permalink
fix(ingress): dont create namespace if igress is deactivated
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinWolff committed Sep 26, 2023
1 parent f86aae0 commit cfec904
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 @@ -13,6 +13,7 @@ global:
additionalLabels:
app.kubernetes.io/component: cert-manager
ingress-nginx:
condition: "{{ .Values.ingress.enabled }}"
additionalLabels:
app.kubernetes.io/component: ingress
kyverno:
Expand Down

0 comments on commit cfec904

Please sign in to comment.