From ef4780733593da97b77afd5bb69cf5b8c9c3cbc5 Mon Sep 17 00:00:00 2001 From: Jonny Ervine Date: Sun, 10 Sep 2023 13:02:13 +0800 Subject: [PATCH] Add config --- teleport-cluster/values-home.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/teleport-cluster/values-home.yaml b/teleport-cluster/values-home.yaml index 95f6eb3..733784f 100644 --- a/teleport-cluster/values-home.yaml +++ b/teleport-cluster/values-home.yaml @@ -76,7 +76,11 @@ proxy: # https_keypairs: # - key_file: /my-custom-mount/key.pem # cert_file: /my-custom-mount/cert.pem - teleportConfig: {} + teleportConfig: + proxy_service: + enabled: true + ssh_service: + enabled: true authentication: # Default authentication type. Possible values are 'local' and 'github' for OSS, plus 'oidc' and 'saml' for Enterprise.