Fix metric-server (#3)
Reviewed-on: https://git.badhouseplants.net/badhouseplants/k8s-cluster-config/pulls/3
This commit is contained in:
parent
1a667f001e
commit
bf7905e89b
@ -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:
|
||||||
|
@ -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
|
||||||
|
Reference in New Issue
Block a user