In
5369fc6 ingress configuraiton was made more configurable but the
defaults were removed and that broke vdk-server
Now installation fails with error like
-Stderr output: Error: INSTALLATION FAILED: release vdk failed, and has
been uninstalled due to atomic being set: Ingress.extensions
"vdk-pipelines-control-service" is invalid: spec: Invalid value:
[]networking.IngressRule(nil): either `defaultBackend` or `rules` must
be specified
Testing Done: vdk server --install succeeded locally. Separate PR is
working on adding automated tests.
In 5369fc6 ingress configuraiton was made more configurable but the defaults were removed and that broke vdk-server
Now installation fails with error like
-Stderr output: Error: INSTALLATION FAILED: release vdk failed, and has been uninstalled due to atomic being set: Ingress.extensions "vdk-pipelines-control-service" is invalid: spec: Invalid value: []networking.IngressRule(nil): either defaultBackend or rules must be specified
This change also
Testing Done: vdk server --install succeeded locally. Separate PR is
working on adding automated tests.