Files
casa/services/teleport-agent/deploy/app/kustomization.yaml
T

12 lines
291 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