Skip to content

Commit ed65ec9

Browse files
Merge pull request #164 from uc-cdis/feat/GPE-2210
Testing Bootstrap of Requestor using db Setup Job.
2 parents 66f3cf9 + 81dbe94 commit ed65ec9

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

devplanetv2/dev-environments/elise-helm/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: elise-helm
33

44
# What branch of helm
5-
helmBranch: master
5+
helmBranch: feat/GPE-2210
66

77
# What branch of gitops
8-
gitopsBranch: master
8+
gitopsBranch: master

devplanetv2/dev-environments/elise-helm/values/values.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -468,3 +468,9 @@ fence:
468468
visa_types:
469469
ras: ["https://ras.nih.gov/visas/v1", "https://ras.nih.gov/visas/v1.1"]
470470
RAS_USERINFO_ENDPOINT: "/openid/connect/v1.1/userinfo"
471+
472+
requestor:
473+
enabled: true
474+
postgres:
475+
dbCreate: true
476+
bootstrap: true

0 commit comments

Comments
 (0)