Created
March 13, 2021 22:28
-
-
Save rm3l/a0e6f07a3198cf35ab5476d3775d4cd7 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
kubectl create secret generic ghost-export-k8s-to-s3-secret \ | |
--from-literal GHOST_AUTH_USERNAME="my-ghost-user" \ | |
--from-literal GHOST_AUTH_PASSWORD="my-ghost-password" \ | |
--from-literal AWS_ACCESS_KEY_ID="my-aws-access-key-id" \ | |
--from-literal AWS_SECRET_ACCESS_KEY="my-aws-secret-key" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment