Skip to content

Commit c79b7f4

Browse files
committed
fix(shield): fix name length issue
1 parent a8e757c commit c79b7f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/shield/templates/cluster/poddisruptionbudget.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
apiVersion: policy/v1
33
kind: PodDisruptionBudget
44
metadata:
5-
name: {{ include "cluster.fullname" . | trunc 60 }}-pdb
5+
name: {{ include "cluster.fullname" . | trunc 59 }}-pdb
66
namespace: {{ .Release.Namespace }}
77
spec:
88
minAvailable: {{ dig "pod_disruption_budget" "min_available" 1 .Values.cluster }}

0 commit comments

Comments
 (0)