diff --git a/ci-operator/populate-secrets-from-bitwarden.sh b/ci-operator/populate-secrets-from-bitwarden.sh index c1bf22ca4326..47afa658cc70 100755 --- a/ci-operator/populate-secrets-from-bitwarden.sh +++ b/ci-operator/populate-secrets-from-bitwarden.sh @@ -218,7 +218,7 @@ update_secret generic "cluster-secrets-${target_cloud}" \ "$( format_attachment "jenkins-ci-iam" .awscred )" \ "$( format_attachment "jenkins-ci-iam" ssh-privatekey )" \ "$( format_attachment "jenkins-ci-iam" ssh-publickey )" \ - "$( format_attachment "vsphere-credentials" secret.tfvars )" + "$( format_attachment "vsphere-credentials" secret.auto.tfvars )" target_cloud="metal" update_secret generic "cluster-secrets-${target_cloud}" \