Skip to content

Commit

Permalink
Desperate
Browse files Browse the repository at this point in the history
  • Loading branch information
AidanHilt committed Feb 22, 2024
1 parent ee5e5b2 commit 1b9273d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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:05:08Z",
"generated_at": "2024-02-22T20:11:59Z",
"plugins_used": [
{
"name": "AWSKeyDetector"
Expand Down Expand Up @@ -342,7 +342,7 @@
"hashed_secret": "40304f287a52d99fdbe086ad19dbdbf9cc1b3897",
"is_secret": false,
"is_verified": false,
"line_number": 206,
"line_number": 207,
"type": "Secret Keyword"
}
],
Expand Down
1 change: 1 addition & 0 deletions gen3/bin/kube-setup-argo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ force=false
for arg in "${@}"; do
if [ "$arg" == "--override-namespace" ]; then
override_namespace=true
echo "$override_namespace"
elif [ "$arg" == "--force" ]; then
force=true
else
Expand Down

0 comments on commit 1b9273d

Please sign in to comment.