Skip to content
Snippets Groups Projects
Verified Commit 8e0d97f3 authored by Martin Weise's avatar Martin Weise
Browse files

Wrong URL

parent a2559547
Branches
Tags
No related merge requests found
......@@ -11,7 +11,7 @@ stringData:
AUTH_SERVICE_ENDPOINT: "{{ .Values.authservice.endpoint }}"
METADATA_DB: "{{ .Values.metadatadb.db.name }}"
METADATA_DB_PASSWORD: "{{ .Values.metadatadb.rootUser.password }}"
METADATA_SERVICE_ENDPOINT: "{{ .Values.metadataservice.endpoint }}/api/user"
METADATA_SERVICE_ENDPOINT: "{{ .Values.metadataservice.endpoint }}"
METADATA_USERNAME: "{{ .Values.metadatadb.rootUser.user }}"
SYSTEM_USERNAME: "{{ .Values.identityservice.users }}"
SYSTEM_PASSWORD: "{{ .Values.identityservice.userPasswords }}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment