refactor: Add env var for cdh

This commit is contained in:
Nikolai Rodionov 2023-03-23 14:25:07 +01:00 committed by Nikolai Rodionov
parent c54f6ad22c
commit c48d30f38b

View File

@ -84,13 +84,16 @@ steps:
kind: pipeline kind: pipeline
type: kubernetes type: kubernetes
name: Check helmfiles name: Check helmfiles
#trigger: trigger:
# event: event:
# - cron - cron
# cron: - push
# - weekly cron:
- weekly
steps: steps:
- name: Check badhouseplants - name: Check badhouseplants
image: ghcr.io/allanger/check-da-helm-helmfile:stable image: ghcr.io/allanger/check-da-helm-helmfile:stable
environment:
RUST_LOG: info
commands: commands:
- cdh --kind helmfile -p $DRONE_WORKSPACE/helmfile.yaml --helmfile-environment badhouseplants -o - cdh --kind helmfile -p $DRONE_WORKSPACE/helmfile.yaml --helmfile-environment badhouseplants -o