Skip to content

Commit

Permalink
cloud: Fix password secret deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
spbnick committed Jan 18, 2024
1 parent aea168d commit 3cccede
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kcidb/cloud/password.sh
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ function password_deploy_secret() {
# Get and cache the password in the current shell first
password_get "$name" > /dev/null
# Deploy the cached password
password_get "$name" | secret_deploy "$project" "$name"
password_get "$name" | secret_deploy "$project" "$secret"
fi
done
}
Expand Down

0 comments on commit 3cccede

Please sign in to comment.