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 52bbdd3 commit 30f0cfdCopy full SHA for 30f0cfd
1 file changed
charts/synapse/templates/matrix-authentication-hpa.yaml
@@ -1,11 +1,7 @@
1
{{- if .Values.matrixAuthentication.enabled }}
2
{{- if .Values.matrixAuthentication.autoscaling.enabled }}
3
---
4
-{{- if semverCompare ">=1.23-0" .Capabilities.KubeVersion.GitVersion }}
5
apiVersion: autoscaling/v2
6
-{{- else }}
7
-apiVersion: autoscaling/v2beta1
8
-{{- end }}
9
kind: HorizontalPodAutoscaler
10
metadata:
11
name: matrix-authentication
0 commit comments