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 - 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