From 233b364046f28b75652ddbcf52d01bb6c7434520 Mon Sep 17 00:00:00 2001 From: mbloomfi-tibco <106804427+mbloomfi-tibco@users.noreply.github.com> Date: Wed, 21 Aug 2024 10:00:47 +0200 Subject: [PATCH] add spaces to comments --- charts/oauth2-proxy-manifests/values.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/charts/oauth2-proxy-manifests/values.yaml b/charts/oauth2-proxy-manifests/values.yaml index a87523cb..6a5a2668 100644 --- a/charts/oauth2-proxy-manifests/values.yaml +++ b/charts/oauth2-proxy-manifests/values.yaml @@ -435,26 +435,26 @@ global: name: tp-identity-management port: 7831 cp: - cpHostName: "" # CP HOST NAME + cpHostName: "" # CP HOST NAME # dataplaneId: "abcd" # DP ID # subscriptionId : "sub1" - instanceId: "" # CAPABILITY INSTANCE ID + instanceId: "" # CAPABILITY INSTANCE ID containerRegistry: url: "reldocker.tibco.com" # secret: "abcd" capability: - pathPrefix: "/" # PATH PREFIX FOR CAPABILITY + pathPrefix: "/" # PATH PREFIX FOR CAPABILITY resources: # serviceaccount: # serviceAccountName: "" # SA NAME ingress: - fqdn: "" # CAPABILITY FQDN - ingressClassName: "" # INGRESS CLASS NAME + fqdn: "" # CAPABILITY FQDN + ingressClassName: "" # INGRESS CLASS NAME secrets: # iat : Control Plane Authentication # this is used to generate client id and client secret. # Client Id and secret are used to generate time bound access token - iat: "" # initial access token used to generate client credentials + iat: "" # initial access token used to generate client credentials # The fluentbit configuration section. # It specifies that the fluentbit should not run as a non-root user and the user ID should be 0 (root).