Skip to content
Snippets Groups Projects

Add Kubernetes canary template

Merged Mark Pundsack requested to merge k8s-with-canary into master
All threads resolved!
1 file
+ 0
2
Compare changes
  • Side-by-side
  • Inline
@@ -30,7 +30,6 @@ canary:
name: production
url: http://$CI_PROJECT_NAME.$KUBE_DOMAIN
when: manual
allow_failure: false
only:
- master
@@ -42,7 +41,6 @@ production:
name: production
url: http://$CI_PROJECT_NAME.$KUBE_DOMAIN
when: manual
allow_failure: false
only:
- master
Loading