cleanup
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
kleph 2020-03-02 23:28:42 +01:00
parent cd298e4a27
commit 2b31bce170
2 changed files with 1 additions and 21 deletions

View file

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