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