Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
maciejmacq-dev committed Dec 4, 2024
1 parent 79d6c9e commit ba6703a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ 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.
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:
```
Expand Down Expand Up @@ -70,4 +70,4 @@ Example hive-site.xml
<value>true</value>
</property>
</configuration>
```
```

0 comments on commit ba6703a

Please sign in to comment.