diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 257c6ba9..324efe13 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -164,6 +164,7 @@ jobs: run: | mkdir -p "${GARDENER_DIR}" echo ${GARDENER_KYMATUNAS} | base64 --decode > ${GARDENER_DIR}/kubeconfig + ls ${GARDENER_DIR} - name: Provision Gardener cluster env: diff --git a/scripts/gardener/aws.sh b/scripts/gardener/aws.sh index 452b1348..246e3d5a 100755 --- a/scripts/gardener/aws.sh +++ b/scripts/gardener/aws.sh @@ -12,6 +12,7 @@ source "${PROJECT_ROOT}/scripts/utils/utils.sh" gardener::init() { requiredVars=( + GARDENER_KYMATUNAS GARDENER_REGION GARDENER_ZONES GARDENER_KUBECONFIG