diff --git a/operator/values.yaml b/operator/values.yaml index f71847c319..3934db4a1c 100644 --- a/operator/values.yaml +++ b/operator/values.yaml @@ -93,7 +93,7 @@ s3: # Name to a k8s secret in the same namespace as this release with credentials to the s3 bucket. Only used when s3.authType is set to "access-secret-key" # By default this assumes to have 'accesskey' and 'secretkey' as attributes # Example creation via kubectl: - # kubectl create secret generic my-secret --from-literal=accesskey="******" --from-literal="accesskey=******" + # kubectl create secret generic my-secret --from-literal=accesskey='******' --from-literal=secretkey='******' -n keySecret: my-secret # Names to the attributes in the s3 secret secretAttributeNames: