Skip to content

Commit

Permalink
add comment about externalSecret config
Browse files Browse the repository at this point in the history
  • Loading branch information
nhudson committed Nov 21, 2024
1 parent 31ad7a5 commit 3d5bc94
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion charts/conductor/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,15 @@ externalSecrets:
parameterStore:
name: "secret-store-parameter-store"
kind: ClusterSecretStore
# Use remoteRef to fetch secrets from a remote store (e.g. Azure Key Vault/Google Secret Manager)
# This isn't compatible with the secretRegex field, please choose one or the other.
# remoteRef:
# key: ~
# secretKey: ~
secretName: ~
secretRegex: ~
# Use secretRegex to fetch secrets from AWS Parameter Store (SSM)
# This isn't compatible with the remoteRef field, please choose one or the other.
# secretRegex: ~

serviceMonitors:
coredb:
Expand Down

0 comments on commit 3d5bc94

Please sign in to comment.