File tree Expand file tree Collapse file tree 2 files changed +19
-0
lines changed
deploy/cert-manager-ibm-cis-webhook Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Original file line number Diff line number Diff line change 1+ {{- if .Values.pdb.enabled }}
2+ apiVersion : policy/v1
3+ kind : PodDisruptionBudget
4+ metadata :
5+ name : {{ include "cert-manager-ibm-cis-webhook.fullname" . }}
6+ labels :
7+ app.kubernetes.io/name : {{ include "cert-manager-ibm-cis-webhook.name" . }}
8+ chart : {{ include "cert-manager-ibm-cis-webhook.chart" . }}
9+ release : {{ .Release.Name }}
10+ heritage : {{ .Release.Service }}
11+ spec :
12+ maxUnavailable : 10%
13+ selector :
14+ matchLabels :
15+ release : {{ .Release.Name }}
16+ {{- end }}
Original file line number Diff line number Diff line change @@ -34,6 +34,9 @@ service:
3434 type : ClusterIP
3535 port : 443
3636
37+ pdb :
38+ enabled : true
39+
3740resources : {}
3841 # We usually recommend not to specify default resources and to leave this as a conscious
3942 # choice for the user. This also increases chances charts run on environments with little
You can’t perform that action at this time.
0 commit comments