Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update template to use the correctly cased values property for allowe…
…d urls (#448) ## What when attempting to install the controller with binding enabled (like by using `make deploy_with_bindings`) it errors on main ``` Error: UPGRADE FAILED: cannot patch "default-configuration" with kind BindingConfiguration: BindingConfiguration.bindings.k8s.ngrok.com "default-configuration" is invalid: spec.allowedURLs: Required value make: *** [deploy_with_bindings] Error 1 ``` ## How *Describe the solution* The casing is just incorrect so it doesn't get the default value of `"*"` and instead is null
- Loading branch information