瀏覽代碼

Fix keys for secretRef in CRD ClusterSecretStore

While testing I have found that the documentation was referencing to wrong key names:

`provider.aws.auth.secretRef.accessKeyIDSecretRef`
`provider.aws.auth.secretRef.secretAccessKeySecretRef`
Alberto Llamas 4 年之前
父節點
當前提交
3b5ea401c9
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      docs/snippets/full-cluster-secret-store.yaml

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

@@ -26,10 +26,10 @@ spec:
       auth:
       auth:
         # Getting the accessKeyID and secretAccessKey from an already created Kubernetes Secret
         # Getting the accessKeyID and secretAccessKey from an already created Kubernetes Secret
         secretRef:
         secretRef:
-          accessKeyID:
+          accessKeyIDSecretRef:
             name: awssm-secret
             name: awssm-secret
             key: access-key
             key: access-key
-          secretAccessKey:
+          secretAccessKeySecretRef:
             name: awssm-secret
             name: awssm-secret
             key: secret-access-key
             key: secret-access-key
         # IAM roles for service accounts
         # IAM roles for service accounts