fix syntax issues

This commit is contained in:
Dan 2023-03-13 18:55:33 +00:00 committed by GitHub
parent 1626a8e137
commit 915f227a52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View File

@ -104,4 +104,3 @@ helm install second-nfs-subdir-external-provisioner nfs-subdir-external-provisio

View File

@ -6,7 +6,7 @@ metadata:
{{- include "nfs-subdir-external-provisioner.labels" . | nindent 4 }}
name: {{ template "nfs-subdir-external-provisioner.fullname" . }}
spec:
maxUnavailable: {{ .Values.podDisruptionBudget.maxUnavailable | default 1 }}
maxUnavailable: {{ .Values.podDisruptionBudget.maxUnavailable | default 1 }}
selector:
matchLabels:
{{- include "nfs-subdir-external-provisioner.selectorLabels" . | nindent 6 }}