Test one more time

This commit is contained in:
Nikolai Rodionov 2023-02-18 18:32:59 +01:00
parent 2a683aad16
commit 846b735ac4

View File

@ -11,10 +11,9 @@ steps:
- name: Diff helmfiles
image: ghcr.io/helmfile/helmfile:canary
environment:
KUBECONFIG:
from_secret: KUBECONFIG
KUBECONFIG_CONTENT:
from_secret: KUBECONFIG_CONTENT
commands:
- mkdir $HOME/.kube
- echo $KUBECONFIG | base64 -d > $HOME/.kube/config
- cat $HOME/.kube/config
- echo $KUBECONFIG_CONTENT | base64 -d > $HOME/.kube/config
- helmfile -e badhouseplants diff