Skip to content

Commit

Permalink
[PD] Remove configmap annotation (#1636)
Browse files Browse the repository at this point in the history
### Description

configmap has been removed for sep24-reference-ui, thus removing
corresponding annotation
`nginx.ingress.kubernetes.io/custom-headers:
anchor-platform-dev/sep24-reference-ui-configmap`
  • Loading branch information
JiahuiWho authored Feb 22, 2025
1 parent eb78388 commit d95538c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion helm-charts/sep24-reference-ui/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ metadata:
name: {{ .Values.ingress.name }}
namespace: {{ .Values.namespace }}
annotations:
{{- $annotations := dict "nginx.ingress.kubernetes.io/custom-headers" (printf "%s/%s-configmap" .Values.namespace .Values.ingress.name) }}
{{- if .Values.ingress.annotations }}
{{- $annotations = merge $annotations .Values.ingress.annotations }}
{{- end }}
Expand Down

0 comments on commit d95538c

Please sign in to comment.