Skip to content

Commit bc12514

Browse files
author
Juan Ariza Toledano
authored
NGINX Ingress Controller - Fix podAnnotations for default backend (#6446)
1 parent ca26a33 commit bc12514

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bitnami/nginx-ingress-controller/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ name: nginx-ingress-controller
2626
sources:
2727
- https://github.com/bitnami/bitnami-docker-nginx-ingress-controller
2828
- https://github.com/kubernetes/ingress-nginx
29-
version: 7.6.8
29+
version: 7.6.9

bitnami/nginx-ingress-controller/templates/default-backend-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ spec:
2020
template:
2121
metadata:
2222
{{- if .Values.defaultBackend.podAnnotations }}
23-
annotations: {{- include "nginx-ingress-controller.annotations" (dict "annotations" .Values.defaultBackend.podAnnotations "context" $) | trim | nindent 8 }}
23+
annotations: {{- include "common.tplvalues.render" (dict "value" .Values.defaultBackend.podAnnotations "context" $) | nindent 8 }}
2424
{{- end }}
2525
labels: {{- include "common.labels.standard" . | nindent 8 }}
2626
app.kubernetes.io/component: default-backend

0 commit comments

Comments
 (0)