Skip to content

Commit

Permalink
Fix replicaCount reference in probe-ingest Helm template
Browse files Browse the repository at this point in the history
  • Loading branch information
simlarsen committed Nov 21, 2024
1 parent 34c1af0 commit 6c4a4ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions HelmChart/Public/oneuptime/templates/probe-ingest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ spec:
selector:
matchLabels:
app: {{ printf "%s-%s" $.Release.Name "probe-ingest" }}
{{- if $.Values.deployment.probe-ingest.replicaCount }}
replicas: {{ $.Values.deployment.probe-ingest.replicaCount }}
{{- if $.Values.deployment.probeIngest.replicaCount }}
replicas: {{ $.Values.deployment.probeIngest.replicaCount }}
{{- else }}
replicas: {{ $.Values.deployment.replicaCount }}
{{- end }}
Expand Down

0 comments on commit 6c4a4ca

Please sign in to comment.