File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -188,15 +188,15 @@ variables:
188
188
# IP/FQDN of Prism Central.
189
189
# NOTE: This has to be overridden by specifying the env var NUTANIX_ENDPOINT when running the e2e tests. It is
190
190
# set as empty here to enable running the e2e tests for non-nutanix providers locally without setting the env var.
191
- NUTANIX_ENDPOINT : " "
191
+ # NUTANIX_ENDPOINT: ""
192
192
# # Port of Prism Central. Default: 9440
193
193
# NUTANIX_PORT: 9440
194
194
# # Disable Prism Central certificate checking. Default: false
195
195
# NUTANIX_INSECURE: false
196
196
# # Prism Central user
197
- NUTANIX_USER : " "
197
+ # NUTANIX_USER: ""
198
198
# # Prism Central password
199
- NUTANIX_PASSWORD : " "
199
+ # NUTANIX_PASSWORD: ""
200
200
# # Host IP to be assigned to the CAPX Kubernetes cluster.
201
201
# CONTROL_PLANE_ENDPOINT_IP: ""
202
202
# # Port of the CAPX Kubernetes cluster. Default: 6443
You can’t perform that action at this time.
0 commit comments