Skip to content

Commit 9f10f03

Browse files
author
Joshua Reed
committed
Update acsEndpoint JSON again.
1 parent 6c41e57 commit 9f10f03

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

config/crd/bases/infrastructure.cluster.x-k8s.io_cloudstackisolatednetworks.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,8 @@ spec:
119119
- port
120120
type: object
121121
failureDomainName:
122-
description: FailureDomain -- the FailureDomain the network is placed
123-
in.
122+
description: FailureDomainName -- the FailureDomain the network is
123+
placed in.
124124
type: string
125125
id:
126126
description: ID.

test/e2e/data/infrastructure-cloudstack/v1beta2/cluster-template-second-cluster/cloudstack-cluster.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
spec:
66
failureDomains:
77
- name: ${CLOUDSTACK_FD1_NAME}
8-
acsendpoint:
8+
acsEndpoint:
99
name: ${CLOUDSTACK_FD1_SECRET_NAME}
1010
namespace: default
1111
zone:

test/e2e/data/infrastructure-cloudstack/v1beta2/cluster-template-shared-network-kubevip/cluster-with-shared-network-and-kubevip.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ spec:
2828
port: 6443
2929
failureDomains:
3030
- name: ${CLOUDSTACK_FD1_NAME}
31-
acsendpoint:
31+
acsEndpoint:
3232
name: ${CLOUDSTACK_FD1_SECRET_NAME}
3333
namespace: default
3434
zone:

test/e2e/data/infrastructure-cloudstack/v1beta2/cluster-template-subdomain/cloudstack-cluster.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
spec:
66
failureDomains:
77
- name: ${CLOUDSTACK_FD1_NAME}
8-
acsendpoint:
8+
acsEndpoint:
99
name: ${CLOUDSTACK_FD1_SECRET_NAME}
1010
namespace: default
1111
zone:

0 commit comments

Comments
 (0)