From 9d43635ef6dff6707d2baf49e6ba536279cb266d Mon Sep 17 00:00:00 2001 From: Nikolai Rodionov Date: Wed, 27 Sep 2023 05:12:47 +0200 Subject: [PATCH] debug: Try running helmfile list --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index a38a396..4fedaf4 100644 --- a/.drone.yml +++ b/.drone.yml @@ -106,6 +106,7 @@ steps: SOPS_AGE_KEY: from_secret: SOPS_AGE_KEY commands: + - helmfile -e badhouseplants fetch - helmfile -e badhouseplants list - echo "Hey, bud, some helm releases are outdated:" > message_file.tpl - cdh --kind helmfile -p $DRONE_WORKSPACE/helmfile.yaml --helmfile-environment badhouseplants -o >> message_file.tpl