Skip to content

Commit

Permalink
fix: add missing replicas field
Browse files Browse the repository at this point in the history
  • Loading branch information
monteiro-renato authored Nov 21, 2024
1 parent e07823e commit 03aeb45
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ metadata:
{{ "{{- include \"chart.labels\" . | nindent 4 }}" }}
control-plane: controller-manager
spec:
replicas: {{ "{{ .Values.controllerManager.replicas }}" }}
selector:
matchLabels:
{{ "{{- include \"chart.selectorLabels\" . | nindent 6 }}" }}
Expand Down

0 comments on commit 03aeb45

Please sign in to comment.