Skip to content

Commit e04c2f1

Browse files
committed
Correction of case in name of CloudStack credentials secret.
1 parent 7f5fcb6 commit e04c2f1

5 files changed

+5
-5
lines changed

templates/cluster-template-managed-ssh.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ spec:
2929
failureDomains:
3030
- name: ${CLOUDSTACK_FD1_NAME=failure-domain-1}
3131
acsEndpoint:
32-
name: ${CLOUDSTACK_FD1_SECRET_NAME=cloudStackCredentials}
32+
name: ${CLOUDSTACK_FD1_SECRET_NAME=cloudstack-credentials}
3333
namespace: ${CLOUDSTACK_FD1_SECRET_NAMESPACE=default}
3434
zone:
3535
name : ${CLOUDSTACK_ZONE_NAME}

templates/cluster-template-ssh-material.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ spec:
2929
failureDomains:
3030
- name: ${CLOUDSTACK_FD1_NAME=failure-domain-1}
3131
acsEndpoint:
32-
name: ${CLOUDSTACK_FD1_SECRET_NAME=cloudStackCredentials}
32+
name: ${CLOUDSTACK_FD1_SECRET_NAME=cloudstack-credentials}
3333
namespace: ${CLOUDSTACK_FD1_SECRET_NAMESPACE=default}
3434
zone:
3535
name : ${CLOUDSTACK_ZONE_NAME}

templates/cluster-template-with-disk-offering.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ spec:
2929
failureDomains:
3030
- name: ${CLOUDSTACK_FD1_NAME=failure-domain-1}
3131
acsEndpoint:
32-
name: ${CLOUDSTACK_FD1_SECRET_NAME=cloudStackCredentials}
32+
name: ${CLOUDSTACK_FD1_SECRET_NAME=cloudstack-credentials}
3333
namespace: ${CLOUDSTACK_FD1_SECRET_NAMESPACE=default}
3434
zone:
3535
name : ${CLOUDSTACK_ZONE_NAME}

templates/cluster-template-with-kube-vip.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ spec:
2929
failureDomains:
3030
- name: ${CLOUDSTACK_FD1_NAME=failure-domain-1}
3131
acsEndpoint:
32-
name: ${CLOUDSTACK_FD1_SECRET_NAME=cloudStackCredentials}
32+
name: ${CLOUDSTACK_FD1_SECRET_NAME=cloudstack-credentials}
3333
namespace: ${CLOUDSTACK_FD1_SECRET_NAMESPACE=default}
3434
zone:
3535
name : ${CLOUDSTACK_ZONE_NAME}

templates/cluster-template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ spec:
2929
failureDomains:
3030
- name: ${CLOUDSTACK_FD1_NAME=failure-domain-1}
3131
acsEndpoint:
32-
name: ${CLOUDSTACK_FD1_SECRET_NAME=cloudStackCredentials}
32+
name: ${CLOUDSTACK_FD1_SECRET_NAME=cloudstack-credentials}
3333
namespace: ${CLOUDSTACK_FD1_SECRET_NAMESPACE=default}
3434
zone:
3535
name : ${CLOUDSTACK_ZONE_NAME}

0 commit comments

Comments
 (0)