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 }}
|
||||
name: {{ include "ingress-nginx.controller.fullname" . }}
|
||||
namespace: {{ .Release.Namespace }}
|
||||
{{- if .Values.controller.annotations }}
|
||||
annotations: {{ toYaml .Values.controller.annotations | nindent 4 }}
|
||||
{{- end }}
|
||||
spec:
|
||||
selector:
|
||||
matchLabels:
|
||||
|
|
Loading…
Reference in a new issue