Add env variable to tests/Dockerfile for gitops tests 34/15234/2
authorgarciadeblas <gerardo.garciadeblas@telefonica.com>
Mon, 16 Jun 2025 10:21:55 +0000 (12:21 +0200)
committergarciadeblas <gerardo.garciadeblas@telefonica.com>
Tue, 17 Jun 2025 10:54:51 +0000 (12:54 +0200)
Change-Id: I769775d8b40206f22f073a5fae0d051b774d4572
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
docker/tests/Dockerfile

index de90061..95248f1 100644 (file)
@@ -108,6 +108,9 @@ ENV ROBOT_REPORT_FOLDER=/robot-systest/results
 # Kubeconfig file
 ENV K8S_CREDENTIALS=/root/.kube/config
 
+# Kubeconfig file of the existing cluster for Gitops tests
+ENV CLUSTER_KUBECONFIG_CREDENTIALS=/robot-systest/cluster-kubeconfig.yaml
+
 # OSM RSA file
 ENV OSM_RSA_FILE=/root/osm_id_rsa