Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OSSM-5386 Add meshConfig to values schema #1456

Merged
merged 1 commit into from
Nov 16, 2023

Conversation

luksa
Copy link
Contributor

@luksa luksa commented Nov 16, 2023

No description provided.

@openshift-ci openshift-ci bot added the size/M label Nov 16, 2023
type: string
type: object
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This is probably wrong, but is caused by the fact that tag is not defined as a string, but as a google.protobuf.Value:

https://github.com/istio/istio/blob/829b055e493511009d40e5f564c8d9ffca028917/operator/pkg/apis/istio/v1alpha1/values_types.proto#L51

Copy link
Contributor

Choose a reason for hiding this comment

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

It looks like a google.protobuf.Value can be any type. I don't really know which OpenAPIv3 type fits here

Comment on lines +604 to +605
revisionTags:
type: string
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This should be an array. Will be fixed in a different PR.

Comment on lines -127 to -128
set_values "${proto_file}"

Copy link
Contributor Author

@luksa luksa Nov 16, 2023

Choose a reason for hiding this comment

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

Don't know why this was called. It's already called in the main function, so I don't think it needs to be called here (it gets called for each top-level value that the set_values function finds when it's called in the main function).

@openshift-merge-bot openshift-merge-bot bot merged commit 164d93b into maistra:maistra-3.0 Nov 16, 2023
8 checks passed
@luksa luksa deleted the OSSM-5386 branch November 16, 2023 11:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants