fluxcd: teleport agent helm release
This commit is contained in:
@@ -0,0 +1,19 @@
|
|||||||
|
apiVersion: helm.toolkit.fluxcd.io/v2
|
||||||
|
kind: HelmRelease
|
||||||
|
metadata:
|
||||||
|
name: teleport-agent
|
||||||
|
spec:
|
||||||
|
releaseName: teleport-kube-agent
|
||||||
|
interval: 40h
|
||||||
|
chart:
|
||||||
|
spec:
|
||||||
|
chart: teleport-kube-agent
|
||||||
|
version: 18.x.x
|
||||||
|
sourceRef:
|
||||||
|
kind: HelmRepository
|
||||||
|
name: teleport
|
||||||
|
interval: 40h
|
||||||
|
valuesFrom:
|
||||||
|
- kind: Secret
|
||||||
|
name: teleport-agent-helm-values
|
||||||
|
valuesKey: values.yaml
|
||||||
@@ -3,7 +3,7 @@ kind: Kustomization
|
|||||||
namespace: teleport-agent
|
namespace: teleport-agent
|
||||||
resources:
|
resources:
|
||||||
- helm-repo.yaml
|
- helm-repo.yaml
|
||||||
# - helm-release.yaml
|
- helm-release.yaml
|
||||||
secretGenerator:
|
secretGenerator:
|
||||||
- name: teleport-agent-helm-values
|
- name: teleport-agent-helm-values
|
||||||
files:
|
files:
|
||||||
|
|||||||
Reference in New Issue
Block a user