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 846b735ac4 - Show all commits

View File

@ -11,10 +11,9 @@ steps:
- name: Diff helmfiles
image: ghcr.io/helmfile/helmfile:canary
environment:
KUBECONFIG:
from_secret: KUBECONFIG
KUBECONFIG_CONTENT:
from_secret: KUBECONFIG_CONTENT
commands:
- mkdir $HOME/.kube
- echo $KUBECONFIG | base64 -d > $HOME/.kube/config
- cat $HOME/.kube/config
- echo $KUBECONFIG_CONTENT | base64 -d > $HOME/.kube/config
- helmfile -e badhouseplants diff