Install metrics-server #1
@ -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
|
||||||
|
Reference in New Issue
Block a user