From 777d57c75db9e797e3b551287282890799d2c1b8 Mon Sep 17 00:00:00 2001 From: jeangab Date: Fri, 12 Apr 2024 16:17:47 -0400 Subject: [PATCH] fix(helm): Add imagePullSecrets since the nationtech website is hosted on a private registry --- helm/sreez-website/values.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/helm/sreez-website/values.yaml b/helm/sreez-website/values.yaml index 5cb09c8..37fc6a2 100644 --- a/helm/sreez-website/values.yaml +++ b/helm/sreez-website/values.yaml @@ -10,7 +10,8 @@ image: # Overrides the image tag whose default is the chart appVersion. tag: "v1.0.0" -imagePullSecrets: [] +imagePullSecrets: + - nationtech-registry-key nameOverride: "" fullnameOverride: ""