File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
templates/admission-webhooks Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 11apiVersion : v1
22name : ingress-nginx
3- version : 2.7.1
3+ version : 2.8.0
44appVersion : 0.33.0
55home : https://github.com/kubernetes/ingress-nginx
66description : Ingress controller for Kubernetes using NGINX as a reverse proxy and load balancer
Original file line number Diff line number Diff line change 11{{- if .Values.controller.admissionWebhooks.enabled -}}
2- apiVersion : admissionregistration.k8s.io/v1
2+ # before changing this value, check the required kubernetes version
3+ # https://kubernetes.io/docs/reference/access-authn-authz/extensible-admission-controllers/#prerequisites
4+ apiVersion : admissionregistration.k8s.io/v1beta1
35kind : ValidatingWebhookConfiguration
46metadata :
57 labels :
You can’t perform that action at this time.
0 commit comments