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:
parent
f44f366e05
commit
043db7e08a
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue