Skip to content

Commit

Permalink
Pihole ing fix
Browse files Browse the repository at this point in the history
  • Loading branch information
drew-viles authored Aug 28, 2024
1 parent 3d4c2c4 commit 1488fd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/pihole/templates/ingress.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{- if .Values.ingress.enabled -}}
--
---
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
Expand All @@ -23,7 +23,7 @@ spec:
{{- end }}
{{- end }}
rules:
- host: {{ .host | quote }}
- host: {{ .Values.ingress.host | quote }}
http:
paths:
- path: /
Expand Down

0 comments on commit 1488fd6

Please sign in to comment.