Hi!
Nice project is underway.
I would like to suggest the possibility to add secret (RustFS instance password) externally instead of putting it directly into values.yaml file.
Something like this:
credentials:
existingSecret: my-k8s-secret
userKey: username
passwordKey: password
Then I can have Kubernetes Secrets file my-k8s-secret which will have userKey and passwordKey defined.
Hi!
Nice project is underway.
I would like to suggest the possibility to add secret (RustFS instance password) externally instead of putting it directly into values.yaml file.
Something like this:
credentials:existingSecret: my-k8s-secretuserKey: usernamepasswordKey: passwordThen I can have Kubernetes Secrets file my-k8s-secret which will have userKey and passwordKey defined.