-
Notifications
You must be signed in to change notification settings - Fork 8k
Support setting namespaces on gateway charts #32675
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
Conversation
{{- if $item.namespaces }} | ||
namespaces: | ||
{{- $ns := split "," $item.namespaces }} | ||
{{- range $i, $n := $ns }} | ||
- {{ $n | quote }} | ||
{{- end }} | ||
{{- end }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is the namespaces
in affinity added after k8s 1.17?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it was around from k8s 1.14.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/test integ-pilot-multicluster-tests_istio |
* Revamped Chart Structure since Istio Operator is deprecated now * Renamed cray-istio chart to cray-istio-ingress * Removed charts cray-istio-deploy and cray-istio-operator * Added charts cray-istio-base and cray-istio-pilot * Updated version tags and images * Updated LICENSES * Support setting namespaces on gateway charts (istio/istio#32675) * More consistent helm charts labels (istio/istio#52463) * By default, exclude gateways from ambient mesh enrollment (istio/istio#54825) * Upgrade docker-kubectl version * Modify rbac and change jwtPolicy * initial ClusterTrustBundle v1alpha1 support (istio/istio#55592) * Update Image and App version to 1.26.0 * Add a check before accessing the Values * Update chart values to comply with upstream
To fix #32655