From cb3717981b9c5a712bef07f0a7a582df4ece5766 Mon Sep 17 00:00:00 2001 From: Felix Kunde <felix-kunde@gmx.de> Date: Mon, 3 Jun 2019 13:00:24 +0200 Subject: [PATCH] add more description to the values.yaml --- charts/postgres-operator/values.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/charts/postgres-operator/values.yaml b/charts/postgres-operator/values.yaml index eb3f3100..fe74f8e4 100644 --- a/charts/postgres-operator/values.yaml +++ b/charts/postgres-operator/values.yaml @@ -160,6 +160,7 @@ serviceAccount: # The name of the ServiceAccount to use. # If not set and create is true, a name is generated using the fullname template # When relying solely on the OperatorConfiguration CRD, set this value to "operator" + # Otherwise, the operator tries to use the "default" service account which is forbidden name: "" priorityClassName: "" -- GitLab