From d3f3390e5219d1247a252a7c0e03c009e00b96da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rcio=20Fernandes?= Date: Sun, 7 Jun 2026 14:43:21 +0000 Subject: [PATCH] fluxcd: teleport agent helm release --- .../deploy/app/helm-release.yaml | 19 +++++++++++++++++++ .../deploy/app/kustomization.yaml | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 services/teleport-agent/deploy/app/helm-release.yaml diff --git a/services/teleport-agent/deploy/app/helm-release.yaml b/services/teleport-agent/deploy/app/helm-release.yaml new file mode 100644 index 0000000..f6e8338 --- /dev/null +++ b/services/teleport-agent/deploy/app/helm-release.yaml @@ -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 diff --git a/services/teleport-agent/deploy/app/kustomization.yaml b/services/teleport-agent/deploy/app/kustomization.yaml index 46d144d..5ca2edc 100644 --- a/services/teleport-agent/deploy/app/kustomization.yaml +++ b/services/teleport-agent/deploy/app/kustomization.yaml @@ -3,7 +3,7 @@ kind: Kustomization namespace: teleport-agent resources: - helm-repo.yaml - # - helm-release.yaml + - helm-release.yaml secretGenerator: - name: teleport-agent-helm-values files: