Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hanayo04 committed Jun 13, 2024
1 parent 785acce commit d38c184
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion akka/templates/autoscaling.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,9 @@ spec:
apiVersion: apps/v1
name: "{{ template "akka.fullname" . }}"
{{- end }}
---

{{- if .Values.autoscalingRollout.enabled -}}
---
{{- if semverCompare ">=1.23-0" .Capabilities.KubeVersion.GitVersion }}
apiVersion: autoscaling/v2
{{- else }}
Expand Down

0 comments on commit d38c184

Please sign in to comment.