From 5e804df3aad12f723cdd06124e225f79448ca8e3 Mon Sep 17 00:00:00 2001 From: awscloude Date: Thu, 16 Jul 2026 15:06:30 +0600 Subject: [PATCH] docker-secrest --- myapp/custom-values.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/myapp/custom-values.yaml b/myapp/custom-values.yaml index dbb23da..1dff4d0 100644 --- a/myapp/custom-values.yaml +++ b/myapp/custom-values.yaml @@ -14,7 +14,8 @@ image: tag: "12" # 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: + - name: harbor-secret # This is to override the chart name. nameOverride: "" fullnameOverride: ""