seriohub / velero-helm

Helm charts for velero-ui, velero-api, and velero-watchdog
6 stars 3 forks source link

velero-ui user password on helm values #9

Closed rchekhina closed 3 weeks ago

rchekhina commented 2 months ago

HI David,

is it possible to add the user password on the values.yml ? if it not set on the values.yml auto create a complex password.

Best regards.

rchekhina commented 1 month ago

HI David,

I think it will be great to add the user / password on a kubernetes secret because if the pod y recreated it lose the password and set it other time to admin/admin.

Best regards.

davideserio commented 1 month ago

Currently, the user data is stored in an SQLite database. If storage is enabled, a PV and PVC will be created, and the credentials will be retrieved upon recreation.

In the case of not using storage, I need to evaluate the feasibility of including the user and password in the YAML file during installation and/or upgrade.

rchekhina commented 1 month ago

HI Davide,

I think it should be better to have it on a kubernetes secret because I have a limitation of pv attached to the kubernetes node.

Best regards

rchekhina commented 3 weeks ago

HI davide,

Ok thank you I will try it.

Best regards.