Skip to content

Commit

Permalink
fix(chart): Fix HPA schema
Browse files Browse the repository at this point in the history
  • Loading branch information
JossWhittle committed Nov 15, 2023
1 parent 085fb88 commit a8aa737
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/trino/templates/autoscaler.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{- if .Values.server.autoscaling.enabled -}}
apiVersion: autoscaling/v2beta
apiVersion: autoscaling/v2
kind: HorizontalPodAutoscaler
metadata:
name: {{ template "trino.worker" . }}
Expand Down

0 comments on commit a8aa737

Please sign in to comment.