Skip to content

Commit

Permalink
update docs for helm for global.syncCatalog.aclSyncToken (#1524)
Browse files Browse the repository at this point in the history
* update docs for helm for global.syncCatalog.aclSyncToken

* Update charts/consul/values.yaml

Co-authored-by: Luke Kysow <[email protected]>

Co-authored-by: Luke Kysow <[email protected]>
  • Loading branch information
kschoche and lkysow authored Sep 23, 2022
1 parent 113a266 commit 5f0eb3e
Showing 1 changed file with 3 additions and 3 deletions.
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, i.e. `global.acls.manageSystemACLs` is `false`.
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

0 comments on commit 5f0eb3e

Please sign in to comment.