File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,6 @@ stringData:
3131 LOWCODER_API_KEY_SECRET : " {{ .Values.global.config.apiKeySecret }}"
3232 LOWCODER_SUPERUSER_USERNAME : {{ .Values.global.config.superuser.username | default "admin@localhost" | quote }}
3333 LOWCODER_SUPERUSER_PASSWORD : {{ .Values.global.config.superuser.password | default "" | quote }}
34- LOWCODER_NODE_SERVICE_SECRET : {{ .values .global.config.nodeServiceSecret | default "62e348319ab9f5c43c3b5a380b4d82525cdb68740f21140e767989b509ab0aa2" | quote }}
35- LOWCODER_NODE_SERVICE_SECRET_SALT : {{ .values .global.config.nodeServiceSalt | default "lowcoder.org" | quote }}
34+ LOWCODER_NODE_SERVICE_SECRET : {{ .Values .global.config.nodeServiceSecret | default "62e348319ab9f5c43c3b5a380b4d82525cdb68740f21140e767989b509ab0aa2" | quote }}
35+ LOWCODER_NODE_SERVICE_SECRET_SALT : {{ .Values .global.config.nodeServiceSalt | default "lowcoder.org" | quote }}
3636
Original file line number Diff line number Diff line change @@ -10,6 +10,6 @@ metadata:
1010 {{- toYaml . | nindent 4 }}
1111 {{- end }}
1212stringData :
13- LOWCODER_NODE_SERVICE_SECRET : {{ .values .global.config.nodeServiceSecret | default "62e348319ab9f5c43c3b5a380b4d82525cdb68740f21140e767989b509ab0aa2" | quote }}
14- LOWCODER_NODE_SERVICE_SECRET_SALT : {{ .values .global.config.nodeServiceSalt | default "lowcoder.org" | quote }}
13+ LOWCODER_NODE_SERVICE_SECRET : {{ .Values .global.config.nodeServiceSecret | default "62e348319ab9f5c43c3b5a380b4d82525cdb68740f21140e767989b509ab0aa2" | quote }}
14+ LOWCODER_NODE_SERVICE_SECRET_SALT : {{ .Values .global.config.nodeServiceSalt | default "lowcoder.org" | quote }}
1515
You can’t perform that action at this time.
0 commit comments