From d349e0fc38e1e23581b356a3de251b2a01221555 Mon Sep 17 00:00:00 2001 From: Jimmi Dyson Date: Tue, 14 May 2024 15:22:29 +0100 Subject: [PATCH] fixup! revert: Remove unintentional e2e test config change --- test/e2e/config/caren.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/e2e/config/caren.yaml b/test/e2e/config/caren.yaml index e9d0ee37b..6e560ecd2 100644 --- a/test/e2e/config/caren.yaml +++ b/test/e2e/config/caren.yaml @@ -184,15 +184,15 @@ variables: AMI_LOOKUP_ORG: "999867407951" # To run Nutanix provider tests, set following variables here or as an env var # # IP/FQDN of Prism Central. - NUTANIX_ENDPOINT: "" + # NUTANIX_ENDPOINT: "" # # Port of Prism Central. Default: 9440 # NUTANIX_PORT: 9440 # # Disable Prism Central certificate checking. Default: false # NUTANIX_INSECURE: false # # Prism Central user - NUTANIX_USER: "" + # NUTANIX_USER: "" # # Prism Central password - NUTANIX_PASSWORD: "" + # NUTANIX_PASSWORD: "" # # Host IP to be assigned to the CAPX Kubernetes cluster. # CONTROL_PLANE_ENDPOINT_IP: "" # # Port of the CAPX Kubernetes cluster. Default: 6443