Skip to content

Commit 6362dcf

Browse files
Merge pull request #57375 from xenolinux/create-manifest
OCPBUGS#10516: Fix the zone group
2 parents 462d773 + 6aac7c8 commit 6362dcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/installation-localzone-generate-k8s-manifest.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ spec:
155155
metadata:
156156
labels:
157157
zone_type: local-zone
158-
zone_group: ${LZ_ZONE_NAME::-1}
158+
zone_group: ${LZ_ZONE_NAME:0:-1}
159159
node-role.kubernetes.io/edge: ""
160160
taints:
161161
- key: node-role.kubernetes.io/edge

0 commit comments

Comments
 (0)