Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jawadqur committed Oct 24, 2022
1 parent 3e1d51d commit 1e4cb9e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 13 deletions.
6 changes: 3 additions & 3 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": "2022-10-24T19:37:51Z",
"generated_at": "2022-10-24T21:24:09Z",
"plugins_used": [
{
"name": "AWSKeyDetector"
Expand Down Expand Up @@ -63,14 +63,14 @@
"hashed_secret": "04024ac03c114027f1116abedeb4bb78b01a31db",
"is_secret": false,
"is_verified": false,
"line_number": 85,
"line_number": 84,
"type": "Secret Keyword"
},
{
"hashed_secret": "0c9967f3918994e95ab61396a76a7d10f783c8f7",
"is_secret": false,
"is_verified": false,
"line_number": 109,
"line_number": 108,
"type": "Secret Keyword"
}
],
Expand Down
19 changes: 9 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,13 @@ kubectl run postgres-postgresql-client --rm --tty -i --restart='Never' --namespa

Once you get a PSQL shell into postgres create databses by running the following
```
CREATE DATABASE arborist;
CREATE DATABASE audit;
CREATE DATABASE fence;
CREATE DATABASE indexd;
CREATE DATABASE metadata;
CREATE DATABASE peregrine;
CREATE DATABASE sheepdog;
CREATE DATABASE requestor;
CREATE DATBASE arborist;
CREATE DATBASE audit;
CREATE DATBASE fence;
CREATE DATBASE indexd;
CREATE DATBASE metadata;
CREATE DATBASE peregrine;
CREATE DATBASE sheepdog;
```


Expand Down Expand Up @@ -73,10 +72,10 @@ After configuration is complete, take note of the client ID that was created. Yo

## Helm chart deployment

### Install Gen3
### Install all charts
```
cd ./helm
helm upgrade --install gen3 ./gen3 -f values.yaml
for i in $(ls); do helm upgrade --install $i ./$i; done
```

### Install fence with google login secrets
Expand Down

0 comments on commit 1e4cb9e

Please sign in to comment.