add image pull secret support (#1127)

Co-authored-by: houseme <housemecn@gmail.com>
This commit is contained in:
majinghe
2025-12-12 20:25:25 +08:00
committed by GitHub
parent 0bf25fdefa
commit 08be8f5472
6 changed files with 63 additions and 18 deletions
+10 -1
View File
@@ -14,7 +14,16 @@ image:
tag: "latest"
# 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: rustfs-regcred
imageRegistryCredentials:
enabled: false
registry: ""
username: ""
password: ""
email: ""
# This is to override the chart name.
nameOverride: ""
fullnameOverride: ""