[CD] Correct docker image name
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
00c065989d
commit
724815cfb2
1 changed files with 1 additions and 3 deletions
|
@ -64,9 +64,8 @@ name: deploy
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: build image
|
- name: build image
|
||||||
image: docker:stable
|
image: bitnami/kubectl
|
||||||
environment:
|
environment:
|
||||||
DOCKER_HOST: tcp://docker:2375
|
|
||||||
KUBE_USERNAME:
|
KUBE_USERNAME:
|
||||||
from_secret: kubectl_username
|
from_secret: kubectl_username
|
||||||
KUBE_PASSWORD:
|
KUBE_PASSWORD:
|
||||||
|
@ -76,7 +75,6 @@ steps:
|
||||||
KUBE_CA:
|
KUBE_CA:
|
||||||
form_secret: kubectl_ca
|
form_secret: kubectl_ca
|
||||||
commands:
|
commands:
|
||||||
- kubectl
|
|
||||||
- cat kube/kubeconfig_template.yaml | envsubst > /.kube/config
|
- cat kube/kubeconfig_template.yaml | envsubst > /.kube/config
|
||||||
- kubectl get pods
|
- kubectl get pods
|
||||||
- kubectl get deployments
|
- kubectl get deployments
|
||||||
|
|
Loading…
Reference in a new issue