mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-24 05:06:28 +00:00
add image pull secret support (#1127)
Co-authored-by: houseme <housemecn@gmail.com>
This commit is contained in:
+10
-1
@@ -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: ""
|
||||
|
||||
Reference in New Issue
Block a user