Parcourir la source

Merge pull request #1236 from albertollamaso/fix-docs-aws-clusterSecretStore

Fix keys for secretRef in CRD ClusterSecretStore
paul-the-alien[bot] il y a 4 ans
Parent
commit
83b6bdf18d
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  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