Skip to content

Commit a4686c1

Browse files
committed
config: Fix indent level for resources.
1 parent 6a63299 commit a4686c1

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

config/default/manager_auth_proxy_patch.yaml

+7-7
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ spec:
2525
- "--health-probe-bind-address=:8081"
2626
- "--metrics-bind-address=127.0.0.1:8080"
2727
- "--leader-elect"
28-
resources:
29-
limits:
30-
cpu: 500m
31-
memory: 128Mi
32-
requests:
33-
cpu: 5m
34-
memory: 64Mi
28+
resources:
29+
limits:
30+
cpu: 500m
31+
memory: 128Mi
32+
requests:
33+
cpu: 5m
34+
memory: 64Mi

0 commit comments

Comments
 (0)