You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Many of the important values that need to be set are secrets such as passwords. The chart supports putting these in a k8s secret via global.existingSecret instead of in the helm values, but has no documentation as to the expected format necessary. This makes it very difficult to know what keys to use for the secret, and what values.
Please add documentation for the format of global.existingSecret to the readme. (I assume its just to set the associated variables here, but having that linked where its referenced would be useful)