Skip to content

Commit

Permalink
fix syntax issues
Browse files Browse the repository at this point in the history
  • Loading branch information
justdan96 authored Mar 13, 2023
1 parent 1626a8e commit 915f227
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion charts/nfs-subdir-external-provisioner/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,4 +104,3 @@ helm install second-nfs-subdir-external-provisioner nfs-subdir-external-provisio




Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 915f227

Please sign in to comment.