We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f6cee7 commit c1a0236Copy full SHA for c1a0236
k8s/exceptionless/templates/api.yaml
@@ -90,7 +90,7 @@ spec:
90
claimName: {{ template "exceptionless.fullname" . }}-storage
91
{{- end }}
92
93
-{{- if not (kindIs "invalid" ( .Values.api | default dict ).replicaCount) }}
+{{- if not (kindIs "invalid" ( .Values.api | default dict ).maxReplicaCount) }}
94
---
95
apiVersion: autoscaling/v2
96
kind: HorizontalPodAutoscaler
k8s/exceptionless/templates/app.yaml
@@ -88,7 +88,7 @@ spec:
88
89
-{{- if not (kindIs "invalid" ( .Values.app | default dict ).replicaCount) }}
+{{- if not (kindIs "invalid" ( .Values.app | default dict ).maxReplicaCount) }}
0 commit comments