Skip to content

Commit

Permalink
change ingress
Browse files Browse the repository at this point in the history
  • Loading branch information
Syntax3rror404 committed Jan 11, 2024
1 parent 5f3c5db commit f76b3de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: {{ include "revealjs.fullname" . }}
name: {{ include "revealjs.fullname" $ }}
annotations:
{{- toYaml .Values.ingress.annotations | nindent 4 }}
spec:
Expand Down

0 comments on commit f76b3de

Please sign in to comment.