Skip to content

Commit 3003c95

Browse files
authored
Update pod security context schema in cert-manager (cloudposse/terraform-aws-components#538)
1 parent ccdab4a commit 3003c95

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/resources/cert-manager-values.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@ installCRDs: true
44
serviceAccount:
55
create: true
66
securityContext:
7-
enabled: true
87
fsGroup: 1001
9-
runAsGroup: 1001
8+
runAsUser: 1001
109
prometheus:
1110
servicemonitor:
1211
prometheusInstance: default

0 commit comments

Comments
 (0)