Skip to content

Commit e96f460

Browse files
Comment out nutanix endpoint,username,password in e2e/config
1 parent db60be4 commit e96f460

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/e2e/config/caren.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -188,15 +188,15 @@ variables:
188188
# IP/FQDN of Prism Central.
189189
# NOTE: This has to be overridden by specifying the env var NUTANIX_ENDPOINT when running the e2e tests. It is
190190
# 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: ""
192192
# # Port of Prism Central. Default: 9440
193193
# NUTANIX_PORT: 9440
194194
# # Disable Prism Central certificate checking. Default: false
195195
# NUTANIX_INSECURE: false
196196
# # Prism Central user
197-
NUTANIX_USER: ""
197+
# NUTANIX_USER: ""
198198
# # Prism Central password
199-
NUTANIX_PASSWORD: ""
199+
# NUTANIX_PASSWORD: ""
200200
# # Host IP to be assigned to the CAPX Kubernetes cluster.
201201
# CONTROL_PLANE_ENDPOINT_IP: ""
202202
# # Port of the CAPX Kubernetes cluster. Default: 6443

0 commit comments

Comments
 (0)