Try invalid config

This commit is contained in:
Nikolai Rodionov 2023-12-13 22:23:56 +01:00
parent 04534d43d7
commit 328363c319
Signed by: allanger
GPG Key ID: 0AA46A90E25592AD
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ steps:
commands:
- mkdir $HOME/.kube
- echo "$KUBECONFIG_CONTENT" > $HOME/.kube/config && chmod 0600 $HOME/.kube/config
- helmfile -e $ENVIRONMENT diff --suppress-secrets
- helmfile -e $ENVIRONMENT diff --suppress-secrets
apply:
image: ghcr.io/helmfile/helmfile:canary
secrets: [sops_age_key, kubeconfig_content]