File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
k8s/exceptionless/templates Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 90
90
claimName : {{ template "exceptionless.fullname" . }}-storage
91
91
{{- end }}
92
92
93
- {{- if not (kindIs "invalid" ( .Values.api | default dict ).replicaCount ) }}
93
+ {{- if not (kindIs "invalid" ( .Values.api | default dict ).maxReplicaCount ) }}
94
94
---
95
95
apiVersion : autoscaling/v2
96
96
kind : HorizontalPodAutoscaler
Original file line number Diff line number Diff line change 88
88
claimName : {{ template "exceptionless.fullname" . }}-storage
89
89
{{- end }}
90
90
91
- {{- if not (kindIs "invalid" ( .Values.app | default dict ).replicaCount ) }}
91
+ {{- if not (kindIs "invalid" ( .Values.app | default dict ).maxReplicaCount ) }}
92
92
---
93
93
apiVersion : autoscaling/v2
94
94
kind : HorizontalPodAutoscaler
You can’t perform that action at this time.
0 commit comments