From da92a79c26a57002bf15ddffd3d924fe1179312f Mon Sep 17 00:00:00 2001 From: Marius Ensrud Date: Wed, 19 Aug 2020 16:13:34 +0200 Subject: [PATCH] fix imagepullsecret as array --- charts/cups-airprint/values.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/charts/cups-airprint/values.yaml b/charts/cups-airprint/values.yaml index 90d1fbf..3796725 100644 --- a/charts/cups-airprint/values.yaml +++ b/charts/cups-airprint/values.yaml @@ -10,7 +10,8 @@ image: # Overrides the image tag whose default is the chart appVersion. tag: latest -imagePullSecrets: "regsecret" +imagePullSecrets: + - name: regsecret nameOverride: "" fullnameOverride: ""