Skip to content

Commit

Permalink
Merge pull request #34 from projectsyn/fix/tenant-ref
Browse files Browse the repository at this point in the history
Fix tenant name reclass references
  • Loading branch information
simu authored Apr 6, 2022
2 parents fa75095 + 4855e45 commit 65ff32b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion class/defaults.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ parameters:
steward:
namespace: syn
api_url: 'https://api.syn.vshn.net/'
token: '?{vaultkv:${customer:name}/${cluster:name}/steward/token}'
token: '?{vaultkv:${cluster:tenant}/${cluster:name}/steward/token}'
resources:
requests:
cpu: 100m
Expand Down
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/references/parameters.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ The URL of the Lieutenant API to which Steward should connect.

[horizontal]
type:: string
default:: `?{vaultkv:${customer:name}/${cluster:name}/steward/token}`
default:: `?{vaultkv:${cluster:tenant}/${cluster:name}/steward/token}`

The API token for the Lieutenant API to which Steward should connect.
By default, the component is configured to fetch the API token from Vault.
Expand Down

0 comments on commit 65ff32b

Please sign in to comment.