Update _index.md

The credentials for the secret need to either go into `stringData` or be base64-encoded.
This commit is contained in:
Vincent Fiduccia
2021-05-15 09:26:31 -07:00
committed by GitHub
parent 4d0d81b9ba
commit 261faba2ff
@@ -36,7 +36,7 @@ kind: Secret
metadata: metadata:
name: s3-creds name: s3-creds
type: Opaque type: Opaque
data: stringData:
accessKey: <Enter your access key> accessKey: <Enter your access key>
secretKey: <Enter your secret key> secretKey: <Enter your secret key>
``` ```