-
Notifications
You must be signed in to change notification settings - Fork 20
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
ingress removed #87
ingress removed #87
Conversation
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.
Overall I think there's been a misunderstanding on the required change here.
We need to remove the "Ingress" that is deployed as part of the Kubernetes driver helm chart and update any documentation to reflect that this is no longer part of the deployment.
We do not need to remove all uses of the word "Ingress". An Ingress resource is a valid Kubernetes resource which can deployed by this driver during an intent.
tests/unit/kubeobjects/example_object_config_files/multidoc_dots_at_end.yaml
Outdated
Show resolved
Hide resolved
tests/unit/kubeobjects/example_object_config_files/multidoc_emptydoc_in_middle.yaml
Outdated
Show resolved
Hide resolved
tests/unit/kubeobjects/example_object_config_files/multidoc_separator_at_end.yaml
Outdated
Show resolved
Hide resolved
tests/unit/kubeobjects/example_object_config_files/multidoc_separator_at_start.yaml
Outdated
Show resolved
Hide resolved
This reverts commit f2d235d.
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.
Approving as these changes look smaller and reasonable but @dvaccarosenna is better placed to say whether they now meet the requirements.
Pull Request Review
Checklist