Skip to content

Commit c0df1d7

Browse files
authored
Merge pull request #203 from uc-cdis/chore/improve_gen3workflow
Chore/improve gen3workflow
2 parents 10c47ae + 9f0d719 commit c0df1d7

File tree

3 files changed

+8
-28
lines changed

3 files changed

+8
-28
lines changed

.secrets.baseline

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -561,26 +561,12 @@
561561
}
562562
],
563563
"devplanetv2/dev-environments/qa-midrc-helm/values/values.yaml": [
564-
{
565-
"type": "Secret Keyword",
566-
"filename": "devplanetv2/dev-environments/qa-midrc-helm/values/values.yaml",
567-
"hashed_secret": "616815fde63fa2944a80b81d2893ba18111f8e41",
568-
"is_verified": false,
569-
"line_number": 73
570-
},
571-
{
572-
"type": "Secret Keyword",
573-
"filename": "devplanetv2/dev-environments/qa-midrc-helm/values/values.yaml",
574-
"hashed_secret": "bb158b7cc53704e5b23f5a37b6d0b50fd2835ead",
575-
"is_verified": false,
576-
"line_number": 74
577-
},
578564
{
579565
"type": "Base64 High Entropy String",
580566
"filename": "devplanetv2/dev-environments/qa-midrc-helm/values/values.yaml",
581567
"hashed_secret": "d1a990c990a4bbb817f150f32b12bbb878752be8",
582568
"is_verified": false,
583-
"line_number": 2228
569+
"line_number": 2222
584570
}
585571
],
586572
"devplanetv2/dev-environments/qa-vpodc-helm/values/values.yaml": [
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: qa-midrc-helm
22

33
# What branch of helm -- http://github.com/uc-cdis/gen3-helm
4-
helmBranch: chore/add_gen3workflow
4+
helmBranch: chore/improve-gen3-workflow
55

66
# What branch of gitops -- http://github.com/uc-cdis/gen3-gitops-dev
7-
gitopsBranch: chore/add_gen3workflow_qa_midrc
7+
gitopsBranch: chore/improve_gen3workflow

devplanetv2/dev-environments/qa-midrc-helm/values/values.yaml

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -86,18 +86,12 @@ gen3-workflow:
8686
enabled: true
8787
image:
8888
repository: 707767160287.dkr.ecr.us-east-1.amazonaws.com/gen3/gen3-workflow
89-
tag: chore_create_iam_role_for_worker_pods
89+
tag: master
9090
externalSecrets:
91-
gen3workflowG3auto: "qa-midrc-test-gen3workflow-g3auto"
92-
funnelOidcClient: "qa-midrc-test-funnel-oidc-client"
93-
funnel:
94-
Kubernetes:
95-
Namespace: qa-midrc-helm
96-
JobsNamespace: gen3-qa-midrc-helm-workflow-pods
97-
Plugins:
98-
Params:
99-
S3Url: gen3-workflow-service.qa-midrc-helm.svc.cluster.local
100-
OidcTokenUrl: https://qa-midrc.planx-pla.net/user
91+
gen3workflowG3auto: "qa-midrc-helm-gen3workflow-g3auto"
92+
funnelOidcClient: "qa-midrc-helm-funnel-oidc-client"
93+
gen3WorkflowConfig:
94+
taskImageWhitelist: ['*']
10195
global:
10296
crossplane:
10397
enabled: true

0 commit comments

Comments
 (0)