Skip to content

Commit

Permalink
Merge pull request #40 from rossigee/pdb-selector-labels-fix
Browse files Browse the repository at this point in the history
Fix indent of selector labels for PodDisruptionBudget in Helm chart
  • Loading branch information
KongZ committed May 15, 2022
2 parents 8a9baae + a660781 commit b3968f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/piggy-webhooks/templates/poddisruptionbudget.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ spec:
maxUnavailable: {{ .Values.maxUnavailable }}
selector:
matchLabels:
{{- include "piggy-webhooks.selectorLabels" . | nindent 4 }}
{{- end }}
{{- include "piggy-webhooks.selectorLabels" . | nindent 6 }}
{{- end }}

0 comments on commit b3968f6

Please sign in to comment.