UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 64d39b31 authored by Micah Nagel's avatar Micah Nagel :moneybag:
Browse files

Merge branch 'hsharma-hpa-istio-fix' into 'master'

Update HPA logic for Istio

See merge request !2688
parents dd3cd0cc 7ae55579
No related branches found
No related tags found
1 merge request!2688Update HPA logic for Istio
Pipeline #1665721 passed
......@@ -16,7 +16,7 @@ istiod:
value: "false"
{{- end }}
# Change default hpaSpec to ensure generated HPA uses autoscaling/v2
{{- if (semverCompare ">=1.23" .Capabilities.KubeVersion.GitVersion) }}
{{- if .Capabilities.APIVersions.Has "autoscaling/v2" }}
hpaSpec:
metrics:
- type: Resource
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment