Skip to content

Instantly share code, notes, and snippets.

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