Skip to content

Instantly share code, notes, and snippets.

@rm3l
Created March 13, 2021 22:26
Show Gist options
  • Save rm3l/e2fb5caa28a5d86872ba534468e2542c to your computer and use it in GitHub Desktop.
Save rm3l/e2fb5caa28a5d86872ba534468e2542c to your computer and use it in GitHub Desktop.
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