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
Don't know if this is related but I have the plans stored as secrets and don't know how to get mgob to pick them up.
I load the secrets into the container with mountSecrets but mgob only checks the /config directory. I then tried setting the envVar ConfigPath to "/secrets/secretname" but that still gave me the same error message. What am I doing wrong?
Using HelmChart version 1.8.3 and image tag 2.0.18-all
the helm chart does not support mounting secrets as env making it hard to manage secrets securely:
Let env allow valueFrom option
Allow more custom detail in the secret option
This will allow secrets to be pulled cross namespace using replicator then mounted as env without having to put the secret in the configmap.
happy to do the pr what the process?
The text was updated successfully, but these errors were encountered: