File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11name : oauth2-proxy
2- version : 4.0.2
2+ version : 4.0.3
33apiVersion : v2
44appVersion : 7.1.3
55home : https://oauth2-proxy.github.io/oauth2-proxy/
Original file line number Diff line number Diff line change 55{{- $ingressPathType := .Values.ingress.pathType -}}
66{{- $extraPaths := .Values.ingress.extraPaths -}}
77{{- $apiV1 := false -}}
8- {{- if .Capabilities.APIVersions.Has "networking.k8s.io/v1" -}}
8+ {{- if .Capabilities.APIVersions.Has "networking.k8s.io/v1/Ingress " -}}
99apiVersion : networking.k8s.io/v1
1010{{- $apiV1 = true -}}
11- {{- else if .Capabilities.APIVersions.Has "networking.k8s.io/v1beta1" -}}
11+ {{- else if .Capabilities.APIVersions.Has "networking.k8s.io/v1beta1/Ingress " -}}
1212apiVersion : networking.k8s.io/v1beta1
1313{{- else -}}
1414apiVersion : extensions/v1beta1
You can’t perform that action at this time.
0 commit comments