Skip to content
Snippets Groups Projects

Hotfix the wrong user id, ref #480

2 files
+ 10
8
Compare changes
  • Side-by-side
  • Inline

Files

@@ -24,4 +24,6 @@ stringData:
OPENSEARCH_PORT: "{{ .Values.searchdb.port }}"
OPENSEARCH_USERNAME: "{{ .Values.searchdb.security.adminUsername }}"
OPENSEARCH_PASSWORD: "{{ .Values.searchdb.security.adminPassword }}"
SYSTEM_USERNAME: "{{ .Values.identityservice.users }}"
SYSTEM_PASSWORD: "{{ .Values.identityservice.userPasswords }}"
{{- end }}
Loading