Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update docs for helm for global.syncCatalog.aclSyncToken #1524

Merged
merged 2 commits into from
Sep 23, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions charts/consul/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1795,12 +1795,12 @@ syncCatalog:

# Refers to a Kubernetes secret that you have created that contains
# an ACL token for your Consul cluster which allows the sync process the correct
# permissions. This is only needed if ACLs are enabled on the Consul cluster.
# permissions. This is only needed if ACLs are managed manually within the Consul cluster.
aclSyncToken:
# The name of the Vault secret that holds the acl sync token.
# The name of the Kubernetes secret that holds the acl sync token.
# @type: string
secretName: null
# The key within the Vault secret that holds the acl sync.
# The key within the Kubernetes secret that holds the acl sync token.
# @type: string
secretKey: null

Expand Down