Skip to content

Commit 435625f

Browse files
committed
fix
1 parent e81617e commit 435625f

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

helm/values.yaml

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,18 @@ controllerManager:
1212
capabilities:
1313
drop:
1414
- ALL
15+
runAsNonRoot: true
16+
runAsUser: 65534
17+
runAsGroup: 65534
1518
image:
1619
repository: ghcr.io/uburro/helmrelease-trigger-operator
1720
tag: 0.2.0
18-
limits:
19-
memory: 128Mi
20-
requests:
21-
cpu: 100m
22-
memory: 128Mi
23-
resources: null
21+
resources:
22+
limits:
23+
memory: 128Mi
24+
requests:
25+
cpu: 100m
26+
memory: 128Mi
2427
replicas: 1
2528
serviceAccount:
2629
annotations: {}

0 commit comments

Comments
 (0)