We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1626a8e commit 915f227Copy full SHA for 915f227
charts/nfs-subdir-external-provisioner/README.md
@@ -104,4 +104,3 @@ helm install second-nfs-subdir-external-provisioner nfs-subdir-external-provisio
104
105
106
107
-
charts/nfs-subdir-external-provisioner/templates/poddisruptionbudget.yaml
@@ -6,7 +6,7 @@ metadata:
6
{{- include "nfs-subdir-external-provisioner.labels" . | nindent 4 }}
7
name: {{ template "nfs-subdir-external-provisioner.fullname" . }}
8
spec:
9
- maxUnavailable: {{ .Values.podDisruptionBudget.maxUnavailable | default 1 }}
+ maxUnavailable: {{ .Values.podDisruptionBudget.maxUnavailable | default 1 }}
10
selector:
11
matchLabels:
12
{{- include "nfs-subdir-external-provisioner.selectorLabels" . | nindent 6 }}
0 commit comments