Created
March 13, 2021 22:25
-
-
Save rm3l/5e080cfe93a64f245ff938d8529adc13 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: ConfigMap | |
metadata: | |
name: ghost-export-k8s-to-s3-configmap | |
data: | |
GHOST_URL: https://my.ghost.blog.com/ghost | |
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