add option for annotations in PodDisruptionBudget (#9843)
add option for annotations in PodDisruptionBudget
This commit is contained in:
parent
0bdb64373c
commit
f18826b73e
1 changed files with 3 additions and 0 deletions
|
@ -10,6 +10,9 @@ metadata:
|
||||||
{{- end }}
|
{{- end }}
|
||||||
name: {{ include "ingress-nginx.controller.fullname" . }}
|
name: {{ include "ingress-nginx.controller.fullname" . }}
|
||||||
namespace: {{ .Release.Namespace }}
|
namespace: {{ .Release.Namespace }}
|
||||||
|
{{- if .Values.controller.annotations }}
|
||||||
|
annotations: {{ toYaml .Values.controller.annotations | nindent 4 }}
|
||||||
|
{{- end }}
|
||||||
spec:
|
spec:
|
||||||
selector:
|
selector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
|
|
Loading…
Reference in a new issue