File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
charts/langstream/templates/control-plane Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -13,14 +13,15 @@ data:
13
13
APPLICATION_STORAGE_APPS_CONFIGURATION_CONTROLPLANEURL : " http://{{ include " langstream.controlPlaneFullname" . }}.{{ .Release.Namespace }}.svc.cluster.local:{{ .Values.controlPlane.service.port }}"
14
14
APPLICATION_STORAGE_APPS_CONFIGURATION_DEPLOYERRUNTIME_IMAGE : " {{ include " langstream.runtimeImage" . }}"
15
15
APPLICATION_STORAGE_APPS_CONFIGURATION_DEPLOYERRUNTIME_IMAGE_PULL_POLICY : {{ .Values.runtime.imagePullPolicy }}
16
- APPLICATION_STORAGE_APPS_CONFIGURATION_NAMESPACEPREFIX : {{ .Values.tenants.namespacePrefix }}
16
+ APPLICATION_STORAGE_APPS_CONFIGURATION_NAMESPACEPREFIX : " {{ .Values.tenants.namespacePrefix }}"
17
17
APPLICATION_STORAGE_APPS_TYPE : {{ .Values.tenants.storageType }}
18
18
APPLICATION_STORAGE_CODE_TYPE : {{ .Values.codeStorage.type }}
19
19
{{- range $key, $val := $.Values.codeStorage.configuration }}
20
20
APPLICATION_STORAGE_CODE_CONFIGURATION_{{ $key | replace "-" "" | replace "\"" "." | snakecase | upper | replace "." "_" }} : {{ $val | toString | replace "\"" "" | trim | quote }}
21
21
{{- end }}
22
22
APPLICATION_TENANTS_DEFAULTTENANT_CREATE : " {{ .Values.tenants.defaultTenant.create }}"
23
23
APPLICATION_TENANTS_DEFAULTTENANT_NAME : " {{ .Values.tenants.defaultTenant.name }}"
24
+ APPLICATION_SECURITY_TOKEN_KUBERNETESNAMESPACEPREFIX : " {{ .Values.tenants.namespacePrefix }}"
24
25
{{- range $key, $val := $.Values.controlPlane.app.config }}
25
26
{{ $key | replace "-" "" | replace "\"" "." | snakecase | upper | replace "." "_" }}: {{ $val | toString | replace "\"" "" | trim | quote }}
26
27
{{- end }}
You can’t perform that action at this time.
0 commit comments