Skip to content
This repository has been archived by the owner on Dec 15, 2021. It is now read-only.

Added support for Istio 1.7 #37

Merged
merged 1 commit into from
Aug 24, 2020
Merged

Added support for Istio 1.7 #37

merged 1 commit into from
Aug 24, 2020

Conversation

mhaddon
Copy link
Contributor

@mhaddon mhaddon commented Aug 24, 2020

For some reason on Istio 1.7 this fails because the description cannot be an empty string.
This error is given if it is:

Group: config.istio.io │
│ Hook Phase: Failed │
│ Kind: adapter │
│ Message: error validating data: unknown object type "nil" in adapter.spec.description │
│ Name: newrelic │
│ Namespace: istio-system │
│ Status: SyncFailed │
│ Sync Phase: Sync │
│ Version: v1alpha2

Probably this implementation is not the ideal solution, but I have made this PR with a solution which can be modified.

For some reason on Istio 1.7 this fails because the description cannot be an empty string.
This error is given if it is:

Group:       config.istio.io                                                                                                                                                                                                       │
│         Hook Phase:  Failed                                                                                                                                                                                                                │
│         Kind:        adapter                                                                                                                                                                                                               │
│         Message:     error validating data: unknown object type "nil" in adapter.spec.description                                                                                                                                          │
│         Name:        newrelic                                                                                                                                                                                                              │
│         Namespace:   istio-system                                                                                                                                                                                                          │
│         Status:      SyncFailed                                                                                                                                                                                                            │
│         Sync Phase:  Sync                                                                                                                                                                                                                  │
│         Version:     v1alpha2
@mhaddon mhaddon requested a review from a team as a code owner August 24, 2020 17:02
@CLAassistant
Copy link

CLAassistant commented Aug 24, 2020

CLA assistant check
All committers have signed the CLA.

Copy link
Contributor

@MrAlias MrAlias left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the help!

@MrAlias MrAlias merged commit 6dfffb1 into newrelic:master Aug 24, 2020
@MrAlias MrAlias mentioned this pull request Aug 24, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants