mirror of
https://github.com/bitnami/charts.git
synced 2026-03-05 06:47:25 +08:00
NGINX Ingress Controller - Fix podAnnotations for default backend (#6446)
This commit is contained in:
committed by
GitHub
parent
ca26a331f2
commit
bc125145f6
@@ -26,4 +26,4 @@ name: nginx-ingress-controller
|
||||
sources:
|
||||
- https://github.com/bitnami/bitnami-docker-nginx-ingress-controller
|
||||
- https://github.com/kubernetes/ingress-nginx
|
||||
version: 7.6.8
|
||||
version: 7.6.9
|
||||
|
||||
@@ -20,7 +20,7 @@ spec:
|
||||
template:
|
||||
metadata:
|
||||
{{- if .Values.defaultBackend.podAnnotations }}
|
||||
annotations: {{- include "nginx-ingress-controller.annotations" (dict "annotations" .Values.defaultBackend.podAnnotations "context" $) | trim | nindent 8 }}
|
||||
annotations: {{- include "common.tplvalues.render" (dict "value" .Values.defaultBackend.podAnnotations "context" $) | nindent 8 }}
|
||||
{{- end }}
|
||||
labels: {{- include "common.labels.standard" . | nindent 8 }}
|
||||
app.kubernetes.io/component: default-backend
|
||||
|
||||
Reference in New Issue
Block a user