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
|
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
|
||||||
|
Reference in New Issue
Block a user