From 6e9c97b650d8162650c4ba12baae52c59aefd64c Mon Sep 17 00:00:00 2001 From: log101 Date: Sat, 1 Mar 2025 08:44:57 +0300 Subject: [PATCH] fix: change image pull secret field --- chart/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chart/values.yaml b/chart/values.yaml index 496fb9e..29fb29c 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -15,7 +15,7 @@ image: # 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: - - acayip-registry-secret + - name: acayip-registry-secret # This is to override the chart name. nameOverride: "" fullnameOverride: ""