Skip to content

Commit

Permalink
Merge pull request #36 from buildkite-plugins/update-default-namespace
Browse files Browse the repository at this point in the history
Update environment hook with default namespace as root instead of admin
  • Loading branch information
nsuma8989 authored Sep 6, 2023
2 parents 0831f9b + e9d1c72 commit dedaac7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hooks/environment
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ else
fi

# Check to see if we are using a different namespace for cloud/enterprise, otherwise use the default
export VAULT_NAMESPACE="${BUILDKITE_PLUGIN_VAULT_SECRETS_NAMESPACE:-admin}"
export VAULT_NAMESPACE="${BUILDKITE_PLUGIN_VAULT_SECRETS_NAMESPACE:-root}"
echo "Using namespace: $VAULT_NAMESPACE"

vault_server="${BUILDKITE_PLUGIN_VAULT_SECRETS_SERVER:-}"
Expand Down

0 comments on commit dedaac7

Please sign in to comment.