Skip to content

Commit dde41c7

Browse files
authored
Remove name field (#399)
1 parent 73e9f6c commit dde41c7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

templates/cluster-template-powervs.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,6 @@ metadata:
155155
spec:
156156
template:
157157
spec:
158-
name: "${CLUSTER_NAME}-control-plane"
159158
serviceInstanceID: "${IBMPOWERVS_SERVICE_INSTANCE_ID}"
160159
sshKey: "${IBMPOWERVS_SSHKEY_NAME}"
161160
imageID: "${IBMPOWERVS_IMAGE_ID}"
@@ -195,7 +194,6 @@ metadata:
195194
spec:
196195
template:
197196
spec:
198-
name: "${CLUSTER_NAME}-md-0"
199197
serviceInstanceID: "${IBMPOWERVS_SERVICE_INSTANCE_ID}"
200198
sshKey: "${IBMPOWERVS_SSHKEY_NAME}"
201199
imageID: "${IBMPOWERVS_IMAGE_ID}"

0 commit comments

Comments
 (0)