Open gannulka opened 2 months ago
primaryCreds object in values.yaml should be extended by url. This URL should be sent to api as part of
accessInfo: { urls: [{ "url": "someinternalurl", "user":"admin", "password":"admin_passwrod" }] }
primaryCreds: url: "someinternalurl" namespace: "hossted-mongodb"
Please note: this url is not the same as we set in ingress.hostname. Basically this is internal url(inside cluster)
Low priority. Will take this up after https://github.com/hossted/hossted-operator/issues/118 and https://github.com/hossted/hossted-operator/issues/117
primaryCreds object in values.yaml should be extended by url. This URL should be sent to api as part of
Please note: this url is not the same as we set in ingress.hostname. Basically this is internal url(inside cluster)