test-staging #8

Merged
kleph merged 3 commits from test-staging into master 2020-03-03 01:02:28 +01:00
2 changed files with 1 additions and 21 deletions
Showing only changes of commit 2b31bce170 - Show all commits

View file

@ -108,7 +108,7 @@ steps:
environment: environment:
IMAGE_TAG: ${DRONE_COMMIT_SHA:0:8} IMAGE_TAG: ${DRONE_COMMIT_SHA:0:8}
NAMESPACE: beer NAMESPACE: beer
LEVEL: prod LEVEL: live
<<: *deploy_commands <<: *deploy_commands
when: when:
branch: branch:

View file

@ -1,20 +0,0 @@
---
apiVersion: v1
clusters:
- cluster:
certificate-authority-data: ${KUBE_CA}
server: ${KUBE_URI}
name: default
contexts:
- context:
cluster: default
user: default
name: default
current-context: default
kind: Config
preferences: {}
users:
- name: default
user:
password: ${KUBE_PASSWORD}
username: ${KUBE_USERNAME}