Files
casa/services/teleport-agent/deploy/app/kustomization.yaml
T
Márcio Fernandes 4a4c405c08 modified: services/teleport-agent/README.md
deleted:    services/teleport-agent/deploy/app/helm-values-secret.yaml
new file:   services/teleport-agent/deploy/app/helm-values.yaml
modified:   services/teleport-agent/deploy/app/kustomization.yaml
2026-06-07 14:35:30 +00:00

13 lines
294 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: teleport-agent
resources:
- helm-repo.yaml
# - helm-release.yaml
secretGenerator:
- name: teleport-agent-helm-values
files:
- values.yaml=helm-values.yaml
generatorOptions:
disableNameSuffixHash: true