Skip to content
Snippets Groups Projects
Unverified Commit d7f1ce1c authored by Mariano Cano's avatar Mariano Cano Committed by GitHub
Browse files

Merge pull request #5 from nberlee/cert-manager.io

Make step-issuer compile again, fix OOMKills and allow events from manager
parents ee5b86e1 d1454ca9
No related branches found
No related tags found
No related merge requests found
......@@ -32,8 +32,8 @@ spec:
resources:
limits:
cpu: 100m
memory: 30Mi
memory: 50Mi
requests:
cpu: 100m
memory: 20Mi
memory: 30Mi
terminationGracePeriodSeconds: 10
......@@ -6,6 +6,13 @@ metadata:
creationTimestamp: null
name: manager-role
rules:
- apiGroups:
- ""
resources:
- events
verbs:
- create
- patch
- apiGroups:
- ""
resources:
......
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