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: ""