Skip to content

Commit 30f0cfd

Browse files
committed
remove outdated apiVersion from MAS HPA
1 parent 52bbdd3 commit 30f0cfd

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

charts/synapse/templates/matrix-authentication-hpa.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
{{- if .Values.matrixAuthentication.enabled }}
22
{{- if .Values.matrixAuthentication.autoscaling.enabled }}
33
---
4-
{{- if semverCompare ">=1.23-0" .Capabilities.KubeVersion.GitVersion }}
54
apiVersion: autoscaling/v2
6-
{{- else }}
7-
apiVersion: autoscaling/v2beta1
8-
{{- end }}
95
kind: HorizontalPodAutoscaler
106
metadata:
117
name: matrix-authentication

0 commit comments

Comments
 (0)