We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acb9409 commit f60bc62Copy full SHA for f60bc62
charts/nginx-gateway-fabric/templates/hpa.yaml
@@ -1,4 +1,4 @@
1
-{{- if and (eq .Values.nginxGateway.kind "deployment") .Values.nginxGateway.autoscaling.enable (.Capabilities.APIVersions.Has "autoscaling/v2") -}}
+{{- if and (eq .Values.nginxGateway.kind "deployment") .Values.nginxGateway.autoscaling.enable -}}
2
apiVersion: autoscaling/v2
3
kind: HorizontalPodAutoscaler
4
metadata:
0 commit comments