From 9332084824a24c21ba5dacc971f21e45c6fb5d41 Mon Sep 17 00:00:00 2001 From: Paul Czarkowski Date: Mon, 12 Mar 2018 11:22:36 -0500 Subject: [PATCH] improve doc for postgres user/pass etc --- contrib/helm/harbor/values.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/contrib/helm/harbor/values.yaml b/contrib/helm/harbor/values.yaml index 7def8e711..737bf2b74 100644 --- a/contrib/helm/harbor/values.yaml +++ b/contrib/helm/harbor/values.yaml @@ -249,6 +249,9 @@ clair: repository: vmware/clair-photon tag: v2.0.1-v1.4.0 pullPolicy: IfNotPresent +## The following needs to match the credentials +## in the `postgresql` configuration under the +## `postgresql` namespace below. postgresPassword: not-a-secure-password postgresUser: clair postgresDatabase: clair