Compare commits

...
This repository has been archived on 2024-09-11. You can view files and clone it, but cannot push or open issues or pull requests.

1 Commits

Author SHA1 Message Date
328363c319
Try invalid config 2023-12-13 22:23:56 +01:00

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]