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

Change repository path in oauth client create job

parent d06eb899
No related branches found
No related tags found
1 merge request!7Integration user panel
Pipeline #1662 passed with stage
in 2 minutes and 43 seconds
......@@ -19,8 +19,8 @@ spec:
restartPolicy: Never
containers:
- name: user-panel
image: {{ .Values.userpanel.image.repository }}/backend:{{ .Values.userpanel.image.tag }}
imagePullPolicy: {{ .Values.userpanel.image.pullPolicy }}
image: {{ .Values.userbackend.image.repository }}:{{ .Values.userbackend.image.tag }}
imagePullPolicy: {{ .Values.userbackend.image.pullPolicy }}
env:
- name: CLIENT_ID
valueFrom:
......
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