Install metrics-server #1
@ -5,6 +5,10 @@
|
||||
kind: pipeline
|
||||
type: kubernetes
|
||||
name: Apply helmfile changes
|
||||
matrix:
|
||||
ENV:
|
||||
- etersoft
|
||||
- badhouseplants
|
||||
|
||||
|
||||
steps:
|
||||
@ -16,4 +20,4 @@ steps:
|
||||
commands:
|
||||
- mkdir $HOME/.kube
|
||||
- echo $KUBECONFIG_CONTENT | base64 -d > $HOME/.kube/config
|
||||
- helmfile -e badhouseplants diff
|
||||
- helmfile -e $ENV diff
|
||||
|
Reference in New Issue
Block a user