Skip to content
This repository has been archived by the owner on Feb 11, 2022. It is now read-only.

Bug: third party integration does not work when updating service instance #86

Open
tanjoht opened this issue Mar 3, 2021 · 0 comments

Comments

@tanjoht
Copy link

tanjoht commented Mar 3, 2021

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" }}

  • type: NEW_RELIC
    accountId: {{ .ID }}
    readToken: {{ .PublicKey }}
    writeToken: {{ .PrivateKey }}
    licenseKey: {{ .Desc }}
    {{ end }}
    {{ end }}
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants