Skip to content

Instantly share code, notes, and snippets.

@rm3l
Created March 13, 2021 22:27
Show Gist options
  • Save rm3l/218a2dee349a46e69225d78aa43a0b15 to your computer and use it in GitHub Desktop.
Save rm3l/218a2dee349a46e69225d78aa43a0b15 to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Secret
metadata:
name: ghost-export-k8s-to-s3-secret
stringData:
AWS_ACCESS_KEY_ID: my-aws-access-key-id
AWS_SECRET_ACCESS_KEY: my-aws-secret-key
GHOST_AUTH_PASSWORD: my-ghost-password
GHOST_AUTH_USERNAME: my-ghost-user
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment