Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update ingress apiVersion (hashicorp#310)
The apiVersion `extensions/v1beta1` for ingresses has been removed in Kubernetes 1.16 and the new `networking.k8s.io/v1beta1` has to be used now. This conditional keeps compatibility with older Kubernetes versions while using the new apiVersion when available.
- Loading branch information