Skip to content

Commit 210491e

Browse files
committed
Update users
Signed-off-by: Subash Lakkimsetti <subash.lakkimsetti@intel.com>
1 parent 60c73d2 commit 210491e

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

helm/attestation-verifier/charts/cleanup-host/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ nameOverride: "" # The name for CLEANUP-HOST chart (Default: .Chart.Name)
44

55
securityContext:
66
cleanupHostInit: # The fsGroup id for init containers for Cleanup host
7-
fsGroup: 500
7+
fsGroup: 0
88
cleanupHost: # The security content for Cleanup host
9-
runAsUser: 503
10-
runAsGroup: 500
9+
runAsUser: 0
10+
runAsGroup: 0
1111
capabilities:
1212
drop:
1313
- all

helm/attestation-verifier/charts/cleanup-jobs/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ nameOverride: "" # The name for CLEANUP-JOBS chart (Default: .Chart.Name)
44

55
securityContext:
66
cleanupJobsInit: # The fsGroup id for init containers for cleanup jobs
7-
fsGroup: 0
7+
fsGroup: 500
88
cleanupJobs: # The security content for Cleanup jobs job
9-
runAsUser: 0
10-
runAsGroup: 0
9+
runAsUser: 503
10+
runAsGroup: 500
1111
capabilities:
1212
drop:
1313
- all

0 commit comments

Comments
 (0)