refactor: Add env var for cdh
This commit is contained in:
parent
c54f6ad22c
commit
c48d30f38b
13
.drone.yml
13
.drone.yml
@ -84,13 +84,16 @@ steps:
|
||||
kind: pipeline
|
||||
type: kubernetes
|
||||
name: Check helmfiles
|
||||
#trigger:
|
||||
# event:
|
||||
# - cron
|
||||
# cron:
|
||||
# - weekly
|
||||
trigger:
|
||||
event:
|
||||
- cron
|
||||
- push
|
||||
cron:
|
||||
- weekly
|
||||
steps:
|
||||
- name: Check badhouseplants
|
||||
image: ghcr.io/allanger/check-da-helm-helmfile:stable
|
||||
environment:
|
||||
RUST_LOG: info
|
||||
commands:
|
||||
- cdh --kind helmfile -p $DRONE_WORKSPACE/helmfile.yaml --helmfile-environment badhouseplants -o
|
||||
|
Reference in New Issue
Block a user