Skip to content

Commit

Permalink
unused annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
eltorio committed Dec 8, 2023
1 parent c8b8f8e commit b04e99b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k8s/helm/hcfmailerplus/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ metadata:
{{ if .Values.ingress.annotations -}}
{{ .Values.ingress.annotations | toYaml | nindent 4}}
{{ end -}}
external-dns.alpha.kubernetes.io/hostname: {{ .Values.app.HOST_BASE_TRUSTED }}
# external-dns.alpha.kubernetes.io/hostname: {{ .Values.app.HOST_BASE_TRUSTED }}
spec:
ingressClassName: {{ .Values.ingress.className }}
rules:
Expand Down

0 comments on commit b04e99b

Please sign in to comment.