We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9fc2bb commit 1fa5e13Copy full SHA for 1fa5e13
charts/ext-postgres-operator/values.yaml
@@ -102,7 +102,7 @@ volumeMounts: []
102
existingSecret: ""
103
104
# Support for ExternalSecret Operator to fetch Postgres credentials from an external secret store.
105
-ExternalSecret: {}
+externalSecret: {}
106
# secretStore: "aws-secretsmanager-euc1" # (Mandatory) Name of the SecretStore or ClusterSecretStore to reference in the ExternalSecret
107
# remoteKey: "rds!db-xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" # (Mandatory) Remote key in the external secret store where Postgres credentials are stored
108
# namespace: "" # (Optional), defaults to release namespace
0 commit comments