You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue was already addressed in #13
However, in my environment it is not working. For example see DefectDojo/django-DefectDojo#6466
Better way to workaround this issue is to use Has Capabilities feature:
{{- if .Capabilities.APIVersions.Has "networking.k8s.io/v1" -}}
"networking.k8s.io/v1"
{{- else if .Capabilities.APIVersions.Has "networking.k8s.io/v1beta1" -}}
"networking.k8s.io/v1beta1"
{{- else -}}
"extensions/v1beta1"
{{- end -}}
The text was updated successfully, but these errors were encountered:
This issue was already addressed in #13
However, in my environment it is not working. For example see DefectDojo/django-DefectDojo#6466
Better way to workaround this issue is to use Has Capabilities feature:
The text was updated successfully, but these errors were encountered: