feat(helm): add existingSecret handling and support for extra manifests (#992)

This commit is contained in:
Damien Degois
2025-12-05 07:14:59 +01:00
committed by GitHub
parent 3a79242133
commit ace58fea0d
6 changed files with 23 additions and 4 deletions
+3
View File
@@ -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: []