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
{{ message }}
This repository has been archived by the owner on Feb 11, 2022. It is now read-only.
When trying to update a service instance to enable new relic third party integration that has hard coded to a plan, there is no change applied on the mongodb atlas cluster.
cf update-service test -c '{"enableNewRelic":"true"}'
Plan:
integrations:
{{ if eq (default "" .enableNewRelic) "true" }}
{{ with .credentials.ByAlias "newRelicKey" }}
When trying to update a service instance to enable new relic third party integration that has hard coded to a plan, there is no change applied on the mongodb atlas cluster.
cf update-service test -c '{"enableNewRelic":"true"}'
Plan:
integrations:
{{ if eq (default "" .enableNewRelic) "true" }}
{{ with .credentials.ByAlias "newRelicKey" }}
accountId: {{ .ID }}
readToken: {{ .PublicKey }}
writeToken: {{ .PrivateKey }}
licenseKey: {{ .Desc }}
{{ end }}
{{ end }}
The text was updated successfully, but these errors were encountered: