Unverified Commit 915f227a by Dan Committed by GitHub

fix syntax issues

parent 1626a8e1
...@@ -104,4 +104,3 @@ helm install second-nfs-subdir-external-provisioner nfs-subdir-external-provisio ...@@ -104,4 +104,3 @@ helm install second-nfs-subdir-external-provisioner nfs-subdir-external-provisio
...@@ -6,7 +6,7 @@ metadata: ...@@ -6,7 +6,7 @@ metadata:
{{- include "nfs-subdir-external-provisioner.labels" . | nindent 4 }} {{- include "nfs-subdir-external-provisioner.labels" . | nindent 4 }}
name: {{ template "nfs-subdir-external-provisioner.fullname" . }} name: {{ template "nfs-subdir-external-provisioner.fullname" . }}
spec: spec:
maxUnavailable: {{ .Values.podDisruptionBudget.maxUnavailable | default 1 }} maxUnavailable: {{ .Values.podDisruptionBudget.maxUnavailable | default 1 }}
selector: selector:
matchLabels: matchLabels:
{{- include "nfs-subdir-external-provisioner.selectorLabels" . | nindent 6 }} {{- include "nfs-subdir-external-provisioner.selectorLabels" . | nindent 6 }}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment