Skip to content
Snippets Groups Projects
Verified Commit fa078cb9 authored by Mark's avatar Mark
Browse files

Add latest dev branch to deployment

parent e4080620
No related branches found
No related tags found
1 merge request!7Integration user panel
......@@ -21,11 +21,11 @@ spec:
- name: POSTGRES_PASSWORD
value: {{ .Values.userbackend.postgres.password }}
- name: {{ .Chart.Name }}-userbackend
image: "open.greenhost.net:4567/openappstack/user-panel/backend:minimal-frontend"
image: "open.greenhost.net:4567/openappstack/user-panel/backend:19-feature-link-to-the-applications-included-in-oas"
imagePullPolicy: Always
env:
- name: HYDRA_ADMIN_URL
value: http://{{ include "single-sign-on.name" . }}-hydra-admin
value: http://{{ include "single-sign-on.name" . }}-hydra-admin:4445
- name: DATABASE_USER
value: postgres
- name: DATABASE_PASSWORD
......
......@@ -16,7 +16,7 @@ spec:
spec:
containers:
- name: {{ .Chart.Name }}-userpanel
image: "open.greenhost.net:4567/openappstack/user-panel/frontend:minimal-frontend"
image: "open.greenhost.net:4567/openappstack/user-panel/frontend:19-feature-link-to-the-applications-included-in-oas"
imagePullPolicy: Always
env:
- name: HOST
......
......@@ -4,5 +4,5 @@ metadata:
name: userpanel-oauth2-client
type: Opaque
data:
client_id: {{ uuidv4 | b64enc }}
client_id: {{ "user-panel" | b64enc }}
client_secret: {{ randAlphaNum 32 | b64enc }}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment