Skip to content

Commit

Permalink
fix(ingress): remove nginx annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
electrosenpai committed Nov 6, 2024
1 parent 882e818 commit 7ff4a9b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ kind: Ingress
metadata:
name: {{ .Release.Name }}-ingress
annotations:
kubernetes.io/ingress.class: nginx
{{- if .Values.global.ingress.annotations }}
{{- with .Values.global.ingress.annotations }}
{{- toYaml . | trim | nindent 4 }}
Expand Down

0 comments on commit 7ff4a9b

Please sign in to comment.