From 3d5bc947da7abe08f8daac0b46e233115f654d34 Mon Sep 17 00:00:00 2001 From: Nick Hudson Date: Thu, 21 Nov 2024 14:18:03 -0600 Subject: [PATCH] add comment about externalSecret config --- charts/conductor/values.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/charts/conductor/values.yaml b/charts/conductor/values.yaml index 2ce21730e..19f61548f 100644 --- a/charts/conductor/values.yaml +++ b/charts/conductor/values.yaml @@ -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: