diff --git a/chart/values.yaml b/chart/values.yaml index 215dcb5902fa9334c6722c783489e3253802d886..e3fb639c6a0cab8c30710f38225505849a9d35af 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -296,7 +296,7 @@ anchoreGlobal: saml: # Locations for keys used for signing and encryption. Only one of 'secret' or 'privateKeyName'/'publicKeyName' needs to be set. If all are set then the keys take precedence over the secret value # Secret is for a shared secret and if set, all components in anchore should have the exact same value in their configs. - secret: Null + secret: "" # If set to true, use the secret specified in anchoreGlobal.existingSecret to set the ANCHORE_SAML_SECRET env variable useExistingSecret: false privateKeyName: Null