1
0
Fork 0
mirror of https://github.com/external-secrets/external-secrets.git synced 2024-12-14 11:57:59 +00:00

docs: fix auth secretRef in API docs (#2077)

Signed-off-by: Mubarak Jama <83465122+mubarak-j@users.noreply.github.com>
This commit is contained in:
Mubarak Jama 2023-03-02 14:30:18 -07:00 committed by GitHub
parent f44f366e05
commit 043db7e08a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -35,10 +35,10 @@ spec:
# getting the accessKeyID and secretAccessKey from an already created Kubernetes Secret
auth:
secretRef:
accessKeyID:
accessKeyIDSecretRef:
name: awssm-secret
key: access-key
secretAccessKey:
secretAccessKeySecretRef:
name: awssm-secret
key: secret-access-key