-
Notifications
You must be signed in to change notification settings - Fork 325
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
block access to assets.*/minio/ path #4297
Conversation
pathType: Prefix | ||
{{- end }} | ||
backend: | ||
{{- if $apiIsStable }} |
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.
Do we really need this "API is stable"? what's it keying on?
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 am not sure how this variable is configured or used.
But wanted to have same set of conditions here as in the ingress.yaml file
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.
this var is needed to support the older version of the Kubernetes, because 1.18 and older versions do not support networking.k8s.io/v1 API
https://wearezeta.atlassian.net/browse/WPB-11791
Checklist
changelog.d