Skip to content

Commit

Permalink
Merge pull request #85 from matthisholleville/fix/ingress-option
Browse files Browse the repository at this point in the history
fix: added missing condition in ingress.yaml chart file
  • Loading branch information
clementnuss authored Dec 14, 2023
2 parents e54d02d + 2116502 commit c4bf82f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions helm/kubenurse/templates/ingress.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
{{- if .Values.ingress.enabled -}}
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
Expand All @@ -22,3 +23,4 @@ spec:
tls:
- hosts:
- {{ .Values.ingress.url }}
{{- end -}}

0 comments on commit c4bf82f

Please sign in to comment.