Skip to content

Commit 26a28ff

Browse files
committed
updated latest final yaml
1 parent 69e75fa commit 26a28ff

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

examples/capi-quick-start/nutanix-final-example.yaml

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -47,19 +47,20 @@ spec:
4747
secretRef:
4848
name: my-registry-credentials
4949
kubernetesImageRepository: "my-registry.io/my-org/my-repo"
50-
prismCentralEndpoint:
51-
address: "PC-ip-fqdn"
52-
port: 9440
53-
insecure: false
54-
additionalTrustBundle: "trust-bundle-root-ca"
50+
users:
51+
- name: capxuser
52+
sshKey: ssh-key-expample-1
53+
nutanix:
54+
prismCentralEndpoint:
55+
address: "PC-ip-fqdn"
56+
port: 9440
57+
insecure: false
58+
additionalTrustBundle: "trust-bundle-root-ca"
59+
controlPlaneEndpoint:
60+
host: "api-server-ip-fqdn"
61+
port: 6443
5562
controlPlane:
5663
nutanix:
57-
endpoint:
58-
host: "api-server-ip-fqdn"
59-
port: 6443
60-
users:
61-
- name: capxuser
62-
sshKey: ssh-key-expample-1
6364
bootType: legacy
6465
cluster:
6566
name: PE1

0 commit comments

Comments
 (0)