Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions components/manifests/base/backend-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,12 @@ spec:
name: google-workflow-app-secret
key: OAUTH_STATE_SECRET
optional: true
- name: BACKEND_URL
valueFrom:
secretKeyRef:
name: google-workflow-app-secret
key: BACKEND_URL
optional: true
# OOTB Workflows Configuration
- name: OOTB_WORKFLOWS_REPO
value: "https://github.com/ambient-code/ootb-ambient-workflows.git"
Expand Down
Loading