Fix metric-server (#3)

Reviewed-on: https://git.badhouseplants.net/badhouseplants/k8s-cluster-config/pulls/3
This commit is contained in:
Nikolai Rodionov 2023-02-18 17:48:59 +00:00
parent 1a667f001e
commit bf7905e89b
2 changed files with 2 additions and 4 deletions

View File

@ -49,7 +49,7 @@ trigger:
- push - push
steps: steps:
- name: Diff badhouseplants - name: Apply badhouseplants
image: ghcr.io/helmfile/helmfile:canary image: ghcr.io/helmfile/helmfile:canary
environment: environment:
KUBECONFIG_CONTENT: KUBECONFIG_CONTENT:
@ -59,7 +59,7 @@ steps:
- echo $KUBECONFIG_CONTENT | base64 -d > $HOME/.kube/config - echo $KUBECONFIG_CONTENT | base64 -d > $HOME/.kube/config
- helmfile -e badhouseplants apply - helmfile -e badhouseplants apply
- name: Diff eterosoft - name: Apply eterosoft
image: ghcr.io/helmfile/helmfile:canary image: ghcr.io/helmfile/helmfile:canary
environment: environment:
KUBECONFIG_CONTENT: KUBECONFIG_CONTENT:

View File

@ -29,8 +29,6 @@ templates:
version: 3.8.3 version: 3.8.3
values: values:
- common/values.{{ .Release.Name }}.yaml - common/values.{{ .Release.Name }}.yaml
inherit:
- template: crd-management-hook
openvpn: &openvpn openvpn: &openvpn
name: openvpn name: openvpn