File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed
helm/aws-load-balancer-controller/templates Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change 1
1
{{ $tls := fromYaml ( include "aws-load-balancer-controller.webhook-certs" . ) }}
2
2
---
3
- {{- if .Capabilities.APIVersions.Has "admissionregistration.k8s.io/v1" }}
4
3
apiVersion : admissionregistration.k8s.io/v1
5
- {{- else }}
6
- apiVersion : admissionregistration.k8s.io/v1beta1
7
- {{- end }}
8
4
kind : MutatingWebhookConfiguration
9
5
metadata :
10
6
{{- if $.Values.enableCertManager }}
@@ -76,11 +72,7 @@ webhooks:
76
72
- targetgroupbindings
77
73
sideEffects : None
78
74
---
79
- {{- if .Capabilities.APIVersions.Has "admissionregistration.k8s.io/v1" }}
80
75
apiVersion : admissionregistration.k8s.io/v1
81
- {{- else }}
82
- apiVersion : admissionregistration.k8s.io/v1beta1
83
- {{- end }}
84
76
kind : ValidatingWebhookConfiguration
85
77
metadata :
86
78
{{- if $.Values.enableCertManager }}
You can’t perform that action at this time.
0 commit comments