Created
March 13, 2021 22:27
-
-
Save rm3l/218a2dee349a46e69225d78aa43a0b15 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: v1 | |
kind: Secret | |
metadata: | |
name: ghost-export-k8s-to-s3-secret | |
stringData: | |
AWS_ACCESS_KEY_ID: my-aws-access-key-id | |
AWS_SECRET_ACCESS_KEY: my-aws-secret-key | |
GHOST_AUTH_PASSWORD: my-ghost-password | |
GHOST_AUTH_USERNAME: my-ghost-user |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment