From 9437faf43352d9bca1adc8399e235c3c354d7a64 Mon Sep 17 00:00:00 2001 From: adkumar1 Date: Thu, 29 Feb 2024 13:32:04 +0530 Subject: [PATCH] character change --- charts/orchestrator/templates/secret.yaml | 2 +- charts/orchestrator/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/orchestrator/templates/secret.yaml b/charts/orchestrator/templates/secret.yaml index a647275d..3840b689 100644 --- a/charts/orchestrator/templates/secret.yaml +++ b/charts/orchestrator/templates/secret.yaml @@ -52,7 +52,7 @@ stringData: kubeappsUrl: {{ .Values.properties.kubeappsUrl }} mail_from: {{ .Values.properties.mail_from }} mail_to: {{ .Values.properties.mail_to }} - manual-connector-registration: {{ .Values.properties.manual-connector-registration }} + manual-connector-registration: {{ .Values.properties.manual_connector_registration }} manualupdate: {{ .Values.properties.manualupdate }} password: {{ .Values.properties.password }} portalclientid: {{ .Values.properties.portalclientid }} diff --git a/charts/orchestrator/values.yaml b/charts/orchestrator/values.yaml index ddedce30..2e5cf2eb 100644 --- a/charts/orchestrator/values.yaml +++ b/charts/orchestrator/values.yaml @@ -152,7 +152,7 @@ properties: kubeappsUrl: default mail_from: default mail_to: default - manual-connector-registration: "false" + manual_connector_registration: "false" manualupdate: "true" password: default portalclientid: default