Skip to content

Commit

Permalink
Remove replica count from operator deployment and chart values.yaml (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
cagric0 committed Jul 26, 2023
1 parent f85265a commit 96cfda3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ metadata:
labels:
{{- include "hazelcast-platform-operator.labels" . | nindent 4 }}
spec:
replicas: {{ .Values.replicaCount }}
selector:
matchLabels:
{{- include "hazelcast-platform-operator.selectorLabels" . | nindent 6 }}
Expand Down
2 changes: 0 additions & 2 deletions helm-charts/hazelcast-platform-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.

replicaCount: 1

image:
imageOverride: ""
repository: hazelcast/hazelcast-platform-operator
Expand Down

0 comments on commit 96cfda3

Please sign in to comment.