Skip to content
This repository has been archived by the owner on May 6, 2021. It is now read-only.

Commit

Permalink
COPS-244: Fix vault URL envvar in migration script
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinvandel committed Jan 7, 2021
1 parent 045b44b commit 295d8c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion migrations/v2/migration-to-v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ actions:
- log: Store vault creds in env vars
- env.control.AddContainerEnvVars[bl]:
vars: {
"VAULT_HOSTNAME": "${settings.vault_hostname}",
"VAULT_CLUSTER_URL": "https://${settings.vault_hostname}",
"VAULT_SECRET_ID": "${globals.secret_id}",
"VAULT_ROLE_ID": "${globals.role_id}"
}
Expand Down

0 comments on commit 295d8c1

Please sign in to comment.