瀏覽代碼

fix: secret store comment

Moritz Johner 4 年之前
父節點
當前提交
f468868b5b
共有 1 個文件被更改,包括 1 次插入1 次删除
  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"