[CI] reword CI and instal gettext-base for envsubst
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
kleph 2020-02-17 22:18:23 +01:00
parent 8db37c73f7
commit fd5ad2fb2f

View file

@ -73,7 +73,7 @@ kind: pipeline
name: deploy
steps:
- name: build image
- name: deploy app
image: bitnami/kubectl
environment:
KUBE_USERNAME:
@ -85,6 +85,8 @@ steps:
KUBE_CA:
form_secret: kubectl_ca
commands:
- sudo apt-get update
- sudo apt-get install gettext-base
- cat kube/kubeconfig_template.yaml | envsubst > /.kube/config
- kubectl get pods
- kubectl get deployments