File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -142,6 +142,12 @@ spec:
142
142
# periodSeconds: 3
143
143
# successThreshold: 1
144
144
# timeoutSeconds: 2
145
+ # containerSecurityContext:
146
+ # privileged: false
147
+ # podSecurityContext:
148
+ # runAsUser: 1001
149
+ # runAsGroup: 1001
150
+ # supplementalGroups: [1001]
145
151
# runtimeClassName: image-rc
146
152
# sidecars:
147
153
# - image: busybox
@@ -383,6 +389,12 @@ spec:
383
389
# periodSeconds: 3
384
390
# successThreshold: 1
385
391
# timeoutSeconds: 2
392
+ # containerSecurityContext:
393
+ # privileged: false
394
+ # podSecurityContext:
395
+ # runAsUser: 1001
396
+ # runAsGroup: 1001
397
+ # supplementalGroups: [1001]
386
398
# runtimeClassName: image-rc
387
399
# sidecars:
388
400
# - image: busybox
@@ -478,6 +490,12 @@ spec:
478
490
# periodSeconds: 3
479
491
# successThreshold: 1
480
492
# timeoutSeconds: 2
493
+ # containerSecurityContext:
494
+ # privileged: false
495
+ # podSecurityContext:
496
+ # runAsUser: 1001
497
+ # runAsGroup: 1001
498
+ # supplementalGroups: [1001]
481
499
# runtimeClassName: image-rc
482
500
# sidecars:
483
501
# - image: busybox
@@ -521,6 +539,8 @@ spec:
521
539
# requests:
522
540
# cpu: "300m"
523
541
# memory: "0.5G"
542
+ # containerSecurityContext:
543
+ # privileged: false
524
544
# storages:
525
545
# s3-us-west:
526
546
# type: s3
You can’t perform that action at this time.
0 commit comments