We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c946bf4 commit 3fc15a2Copy full SHA for 3fc15a2
manifests/argocd-executor-plugin-configmap.yaml
@@ -18,10 +18,10 @@ data:
18
resources:
19
limits:
20
cpu: 200m
21
- memory: 64Mi
+ memory: 512Mi
22
requests:
23
cpu: 100m
24
- memory: 32Mi
+ memory: 256Mi
25
securityContext:
26
allowPrivilegeEscalation: false
27
capabilities:
manifests/plugin.yaml
@@ -25,10 +25,10 @@ spec:
28
29
30
31
32
33
runAsNonRoot: true
34
runAsUser: 1000
0 commit comments