Skip to content

extend primary creds by internal URL #112

@gannulka

Description

@gannulka

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)

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions