Skip to content

Instantly share code, notes, and snippets.

@bayzi
Last active November 29, 2019 23:04
Show Gist options
  • Save bayzi/342ec97e4c9729a39c38642f1303cc7a to your computer and use it in GitHub Desktop.
Save bayzi/342ec97e4c9729a39c38642f1303cc7a to your computer and use it in GitHub Desktop.
stages:
- backup
backup-mongo:
stage: backup
image:
name: bitnami/kubectl:latest
entrypoint: []
script:
- chmod +x select_primary.sh
- ./select_primary.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment