Skip to content
Snippets Groups Projects
Unverified Commit 9b37699d authored by Jiri Fiala's avatar Jiri Fiala Committed by GitHub
Browse files

Cilium Operator replicas configuration (#9894)

parent cc382f24
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,11 @@ metadata:
io.cilium/app: operator
name: cilium-operator
spec:
{% if groups.k8s_cluster | length == 1 %}
replicas: 1
{% else %}
replicas: {{ cilium_operator_replicas }}
{% endif %}
selector:
matchLabels:
io.cilium/app: operator
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment