Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
maciejmacq-dev committed Dec 4, 2024
1 parent 620cadd commit 79d6c9e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ postgres:
username: admin
password: pass
```
It is possible to use an existing secret from another source. The createSecret flag in values.yaml is used for this purpose.If we are using an existing secret, its name should look like this: {{ .Release.Name }}-pgauth. If we want the secret to be generated from the data provided in the postgres section, the createSecret flag in values.yaml should be set to true.

The docker image is published on github repository (ghcr.io). Login to github repository to pull image:
```
docker login ghcr.io -u [github_username]
Expand Down

0 comments on commit 79d6c9e

Please sign in to comment.