Files
dsk-devops-toolchains/helm/old/teleport-cluster/templates/proxy/_config.scratch.tpl
2024-01-22 12:12:36 +09:00

13 lines
415 B
Smarty

{{- define "teleport-cluster.proxy.config.scratch" -}}
ssh_service:
enabled: false
auth_service:
enabled: false
proxy_service:
enabled: true
{{- end -}}
{{- define "teleport-cluster.proxy.config.custom" -}}
{{ fail "'custom' mode has been removed with chart v12 because of the proxy/auth split breaking change, see https://goteleport.com/docs/deploy-a-cluster/helm-deployments/migration-v12/" }}
{{- end -}}