From 72bf77e09571720a5a95e74dd6d80e5dff13dd54 Mon Sep 17 00:00:00 2001 From: alexlebens Date: Wed, 17 Apr 2024 19:12:32 -0600 Subject: [PATCH] align comments for readability --- charts/taiga/values.yaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/charts/taiga/values.yaml b/charts/taiga/values.yaml index 1d78c90..85626d6 100644 --- a/charts/taiga/values.yaml +++ b/charts/taiga/values.yaml @@ -82,15 +82,15 @@ postgresql: oidc: enabled: false existingSecretName: "" - scopesKey: "" # "openid profile email" - signatureAlgorithmKey: "" # "RS256" - clientIdKey: "" # - clientSecretKey: "" # - baseUrlKey: "" # "https://id.fedoraproject.org/openidc" - jwksEndpointKey: "" # "https://id.fedoraproject.org/openidc/Jwks" - authorizationEndpointKey: "" # "https://id.fedoraproject.org/openidc/Authorization" - tokenEndpointKey: "" # "https://id.fedoraproject.org/openidc/Token" - userEndpointKey: "" # "https://id.fedoraproject.org/openidc/UserInfo" + scopesKey: "" # "openid profile email" + signatureAlgorithmKey: "" # "RS256" + clientIdKey: "" # + clientSecretKey: "" # + baseUrlKey: "" # "https://id.fedoraproject.org/openidc" + jwksEndpointKey: "" # "https://id.fedoraproject.org/openidc/Jwks" + authorizationEndpointKey: "" # "https://id.fedoraproject.org/openidc/Authorization" + tokenEndpointKey: "" # "https://id.fedoraproject.org/openidc/Token" + userEndpointKey: "" # "https://id.fedoraproject.org/openidc/UserInfo" ## SMTP mail delivery configuration ## ref: https://taigaio.github.io/taiga-doc/dist/setup-production.html