Created
March 13, 2021 22:26
-
-
Save rm3l/e2fb5caa28a5d86872ba534468e2542c 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 configmap ghost-export-k8s-to-s3-configmap \ | |
--from-literal GHOST_URL="https://my.ghost.blog.com/ghost" \ | |
--from-literal S3_DESTINATION="s3://my-s3-bucket/folder/my.ghost.blog.com.export.json" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment