Test one more time
This commit is contained in:
parent
2a683aad16
commit
846b735ac4
@ -11,10 +11,9 @@ steps:
|
|||||||
- name: Diff helmfiles
|
- name: Diff helmfiles
|
||||||
image: ghcr.io/helmfile/helmfile:canary
|
image: ghcr.io/helmfile/helmfile:canary
|
||||||
environment:
|
environment:
|
||||||
KUBECONFIG:
|
KUBECONFIG_CONTENT:
|
||||||
from_secret: KUBECONFIG
|
from_secret: KUBECONFIG_CONTENT
|
||||||
commands:
|
commands:
|
||||||
- mkdir $HOME/.kube
|
- mkdir $HOME/.kube
|
||||||
- echo $KUBECONFIG | base64 -d > $HOME/.kube/config
|
- echo $KUBECONFIG_CONTENT | base64 -d > $HOME/.kube/config
|
||||||
- cat $HOME/.kube/config
|
|
||||||
- helmfile -e badhouseplants diff
|
- helmfile -e badhouseplants diff
|
||||||
|
Reference in New Issue
Block a user