mirror of
https://github.com/goharbor/harbor.git
synced 2025-02-02 04:51:22 +01:00
improve doc for postgres user/pass etc
This commit is contained in:
parent
187b0dcdbb
commit
9332084824
@ -249,6 +249,9 @@ clair:
|
|||||||
repository: vmware/clair-photon
|
repository: vmware/clair-photon
|
||||||
tag: v2.0.1-v1.4.0
|
tag: v2.0.1-v1.4.0
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
## The following needs to match the credentials
|
||||||
|
## in the `postgresql` configuration under the
|
||||||
|
## `postgresql` namespace below.
|
||||||
postgresPassword: not-a-secure-password
|
postgresPassword: not-a-secure-password
|
||||||
postgresUser: clair
|
postgresUser: clair
|
||||||
postgresDatabase: clair
|
postgresDatabase: clair
|
||||||
|
Loading…
Reference in New Issue
Block a user