Skip to content
This repository was archived by the owner on Apr 23, 2023. It is now read-only.

Commit 5749941

Browse files
fix-kind-and-role
1 parent 5874f26 commit 5749941

1 file changed

Lines changed: 14 additions & 14 deletions

File tree

config/manager/manager.yaml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -40,18 +40,18 @@ spec:
4040
control-plane: controller-manager
4141
spec:
4242
containers:
43-
- command:
44-
- /manager
45-
args:
46-
- --enable-leader-election
47-
image: controller:latest
48-
name: manager
49-
imagePullPolicy: Always
50-
resources:
51-
limits:
52-
cpu: 100m
53-
memory: 300Mi
54-
requests:
55-
cpu: 100m
56-
memory: 20Mi
43+
- command:
44+
- /manager
45+
args:
46+
- --enable-leader-election
47+
image: controller:latest
48+
name: manager
49+
imagePullPolicy: Always
50+
resources:
51+
limits:
52+
cpu: 100m
53+
memory: 300Mi
54+
requests:
55+
cpu: 100m
56+
memory: 20Mi
5757
terminationGracePeriodSeconds: 10

0 commit comments

Comments
 (0)