Check matrix

This commit is contained in:
Nikolai Rodionov 2023-02-18 18:34:52 +01:00
parent 846b735ac4
commit 4d5d02a38e

View File

@ -5,6 +5,10 @@
kind: pipeline kind: pipeline
type: kubernetes type: kubernetes
name: Apply helmfile changes name: Apply helmfile changes
matrix:
ENV:
- etersoft
- badhouseplants
steps: steps:
@ -16,4 +20,4 @@ steps:
commands: commands:
- mkdir $HOME/.kube - mkdir $HOME/.kube
- echo $KUBECONFIG_CONTENT | base64 -d > $HOME/.kube/config - echo $KUBECONFIG_CONTENT | base64 -d > $HOME/.kube/config
- helmfile -e badhouseplants diff - helmfile -e $ENV diff