mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-08 22:33:22 +00:00
feat(helm): add existingSecret handling and support for extra manifests (#992)
This commit is contained in:
@@ -27,6 +27,7 @@ mode:
|
||||
enabled: true
|
||||
|
||||
secret:
|
||||
existingSecret: ""
|
||||
rustfs:
|
||||
access_key: rustfsadmin
|
||||
secret_key: rustfsadmin
|
||||
@@ -147,3 +148,5 @@ affinity: {}
|
||||
storageclass:
|
||||
name: local-path
|
||||
size: 256Mi
|
||||
|
||||
extraManifests: []
|
||||
|
||||
Reference in New Issue
Block a user