Browse Source

fix: secret store comment

Moritz Johner 4 years ago
parent
commit
f468868b5b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/snippets/full-cluster-secret-store.yaml

+ 1 - 1
docs/snippets/full-cluster-secret-store.yaml

@@ -49,7 +49,7 @@ spec:
       caProvider:
         # Can be Secret or ConfigMap
         type: "Secret"
-        # This is optional, if not specified will be 'Default'
+        # This is mandatory for ClusterSecretStore and not relevant for SecretStore
         namespace: "my-cert-secret-namespace"
         name: "my-cert-secret"
         key: "cert-key"