Skip to content

Commit e7cf372

Browse files
update backend manifest with oauth route (#475)
Signed-off-by: Michael Clifford <mcliffor@redhat.com>
1 parent d2bab0e commit e7cf372

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

components/manifests/base/backend-deployment.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,12 @@ spec:
9494
name: google-workflow-app-secret
9595
key: OAUTH_STATE_SECRET
9696
optional: true
97+
- name: BACKEND_URL
98+
valueFrom:
99+
secretKeyRef:
100+
name: google-workflow-app-secret
101+
key: BACKEND_URL
102+
optional: true
97103
# OOTB Workflows Configuration
98104
- name: OOTB_WORKFLOWS_REPO
99105
value: "https://github.com/ambient-code/ootb-ambient-workflows.git"

0 commit comments

Comments
 (0)