canonical / deployment-configs

10 stars 12 forks source link

Poller script #341

Closed jkfran closed 4 years ago

jkfran commented 4 years ago

Done

QA

  1. Run: ./konf.py --type CronJob production cronjobs/snapcraft-poller-script.yaml --local-qa | microk8s.kubectl apply -f -
  2. You should be able to see the CronJob running: microk8s.kubectl get cronjob
  3. You should see used environment variables when doing: microk8s.kubectl describe cronjob snapcraft-poller-script
  4. Don't forget to remove it: microk8s.kubectl delete cronjob snapcraft-poller-script