Skip to content

Commit

Permalink
Fix replicaset
Browse files Browse the repository at this point in the history
  • Loading branch information
adishM98 committed Nov 21, 2024
1 parent 41243db commit 13429b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/tooljet/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: tooljet
version: 3.0.1
version: 3.0.2
description: ToolJet is an open-source low-code framework to build and deploy internal tools quickly without much effort from the engineering teams.
type: application
home: https://www.tooljet.com/
Expand Down
2 changes: 1 addition & 1 deletion charts/tooljet/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
{{- include "tooljet.labels" . | nindent 4 }}
spec:
{{- if not .Values.autoscaling.enabled }}
replicas: {{ .Values.tooljet.replicaCount | default 1 }}
replicas: {{ .Values.tooljet.replicaCount }}
{{- end }}
selector:
matchLabels:
Expand Down

0 comments on commit 13429b9

Please sign in to comment.