Skip to content

Commit ac25738

Browse files
ci: uncomment NUTANIX_USER and NUTANIX_PASSWORD in e2e config
1 parent 806ef05 commit ac25738

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/e2e/config/caren.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,9 +202,9 @@ variables:
202202
# # Disable Prism Central certificate checking. Default: false
203203
# NUTANIX_INSECURE: false
204204
# # Prism Central user
205-
# NUTANIX_USER: ""
205+
NUTANIX_USER: ""
206206
# # Prism Central password
207-
# NUTANIX_PASSWORD: ""
207+
NUTANIX_PASSWORD: ""
208208
# # Host IP to be assigned to the CAPX Kubernetes cluster.
209209
# CONTROL_PLANE_ENDPOINT_IP: ""
210210
# # Port of the CAPX Kubernetes cluster. Default: 6443

0 commit comments

Comments
 (0)