From 0f067e344b55c47c14daffd51c98eb6fdfb5480a Mon Sep 17 00:00:00 2001 From: log101 Date: Sat, 1 Mar 2025 08:38:42 +0300 Subject: [PATCH] chore: add secret name --- chart/values.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/chart/values.yaml b/chart/values.yaml index d738019..496fb9e 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -14,7 +14,8 @@ image: tag: "" # This is for the secrets for pulling an image from a private repository more information can be found here: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/ -imagePullSecrets: [] +imagePullSecrets: + - acayip-registry-secret # This is to override the chart name. nameOverride: "" fullnameOverride: ""