Install metrics-server #1

Merged
allanger merged 10 commits from refs/pull/1/head into main 2023-02-18 17:46:07 +00:00
Showing only changes of commit 4d5d02a38e - Show all commits

View File

@ -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