Skip to content

Commit

Permalink
update npm modules and readme (#355)
Browse files Browse the repository at this point in the history
* update npm modules and readme

* fix lint

Co-authored-by: Katie Dai <[email protected]>
  • Loading branch information
kdai7 and Katie Dai authored Sep 6, 2022
1 parent 1d4f4d0 commit e51187e
Show file tree
Hide file tree
Showing 3 changed files with 68 additions and 104 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,15 +118,15 @@ clusterAuth:
**Path:** `.spec.backendService`

**Description:** This field tells RemoteResource which service logic it should
use. Currently the choices are `generic` and `s3`, where `s3` has special logic
for using HMAC keys or IAM api keys for fetching access tokens.
use. Currently the choices are `generic`, `s3` and `git`, where `s3` has special
logic for using HMAC keys or IAM api keys for fetching access tokens.

**Schema:**

```yaml
backendService:
type: string
enum: [generic, s3]
enum: [generic, s3, git]
```

**Default:** `'generic'`
Expand Down
162 changes: 63 additions & 99 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"license": "Apache-2.0",
"dependencies": {
"@razee/kubernetes-util": "^1.0.1",
"@razee/razeedeploy-core": "^1.1.1",
"@razee/razeedeploy-core": "^1.1.2",
"axios": "^0.27.2",
"bunyan": "^1.8.15",
"clone": "^2.1.2",
Expand All @@ -59,7 +59,7 @@
"devDependencies": {
"chai": "^4.3.6",
"dockerlint": "^0.3.9",
"eslint": "^8.22.0",
"eslint": "^8.23.0",
"markdownlint": "^0.26.2",
"mocha": "^10.0.0",
"nock": "^13.2.9",
Expand Down

0 comments on commit e51187e

Please sign in to comment.