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

ComponentStatus Components made empty. #805

Closed
wants to merge 1 commit into from

Conversation

hhovsepy
Copy link
Contributor

Added new configs for gateway namespaces.

Core PR kiali/kiali#7548

@hhovsepy hhovsepy requested a review from jmazzitelli July 18, 2024 12:23
Copy link
Contributor

@jmazzitelli jmazzitelli left a comment

Choose a reason for hiding this comment

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

enabled: true
config_map_name: "istio"
# default egress_gateway_namespace is undefined
Copy link
Contributor

Choose a reason for hiding this comment

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

It isn't true that it is undefined - the default (as created by the operator) is empty string as you have in the new PR here. So what you have here is the literal default (the defaults we are defining here in this file are the defaults assigned to the server by the operator)

That said you are modifying the wrong file. Do not modify this file, it is autogenerated.

envoy_admin_local_port: 15000
gateway_api_classes: []
# default ingress_gateway_namespace is undefined
Copy link
Contributor

Choose a reason for hiding this comment

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

It isn't true that it is undefined - the default (as created by the operator) is empty string as you have in the new PR here. So what you have here is the literal default (the defaults we are defining here in this file are the defaults assigned to the server by the operator)

Do not modify this file though

@hhovsepy hhovsepy closed this Jul 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

2 participants