Skip to content

Commit

Permalink
Just a commit
Browse files Browse the repository at this point in the history
  • Loading branch information
AidanHilt committed Feb 22, 2024
1 parent 4e48d24 commit 8e626b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .secrets.baseline
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"files": "^.secrets.baseline$",
"lines": null
},
"generated_at": "2024-02-22T20:15:34Z",
"generated_at": "2024-02-22T20:16:48Z",
"plugins_used": [
{
"name": "AWSKeyDetector"
Expand Down Expand Up @@ -342,7 +342,7 @@
"hashed_secret": "40304f287a52d99fdbe086ad19dbdbf9cc1b3897",
"is_secret": false,
"is_verified": false,
"line_number": 209,
"line_number": 206,
"type": "Secret Keyword"
}
],
Expand Down
4 changes: 1 addition & 3 deletions gen3/bin/kube-setup-argo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ source "${GEN3_HOME}/gen3/lib/utils.sh"
gen3_load "gen3/gen3setup"
gen3_load "gen3/lib/kube-setup-init"

echo "Test"
gen3_log_info "Test"

override_namespace=false
force=false

Expand Down Expand Up @@ -228,6 +225,7 @@ function setup_argo_template_secret() {
g3kubectl create secret generic argo-template-values-secret --from-literal=DOWNLOADABLE_BUCKET=$downloadable_bucket_name -n $argo_namespace
}

gen3_log_info "$override_namespace"
setup_argo_buckets
gen3_log_info "$override_namespace"
# only do this if we are running in the default namespace
Expand Down

0 comments on commit 8e626b1

Please sign in to comment.