20 lines
410 B
YAML
20 lines
410 B
YAML
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
|