Skip to content

Commit ef1a2f7

Browse files
committed
Add gitlab client id to apigw
1 parent 806a619 commit ef1a2f7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

recipai-chart/templates/server/apigw-deployment.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ spec:
2222
- containerPort: {{ .Values.ports.server.apigw }}
2323
name: apigw-api
2424
env:
25+
- name: GITLAB_CLIENT_ID
26+
value: 97a36ff40524d6a4aa3be7e35557ec30f4a451e6157b3e82a06fbd5f37f7a6ee
2527
- name: GITLAB_CLIENT_SECRET
2628
valueFrom:
2729
secretKeyRef:

0 commit comments

Comments
 (0)