Skip to content

Commit

Permalink
fix template
Browse files Browse the repository at this point in the history
  • Loading branch information
philmtd committed Oct 13, 2023
1 parent 7cec349 commit 0392d39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/sophora-cluster-common/templates/pdb/pdb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ apiVersion: policy/v1
kind: PodDisruptionBudget
metadata:
name: {{ .name }}
labels: {{- include "sophora-cluster-common.labels" . | nindent 4 }}
labels: {{- include "sophora-cluster-common.labels" $ | nindent 4 }}
spec:
minAvailable: {{ .minAvailable }}
selector:
Expand Down

0 comments on commit 0392d39

Please sign in to comment.