mirror of
https://github.com/bitnami/charts.git
synced 2026-03-09 15:38:00 +08:00
[bitnami/apflinkAdd securityContext to test job (#21775)
Signed-off-by: Fran Mulero <fmulero@vmware.com>
This commit is contained in:
@@ -87,6 +87,16 @@ extraDeploy:
|
||||
timeoutSeconds: 1
|
||||
failureThreshold: 15
|
||||
successThreshold: 1
|
||||
securityContext:
|
||||
runAsUser: 1001
|
||||
runAsNonRoot: true
|
||||
privileged: false
|
||||
readOnlyRootFilesystem: false
|
||||
allowPrivilegeEscalation: false
|
||||
capabilities:
|
||||
drop: ["ALL"]
|
||||
seccompProfile:
|
||||
type: "RuntimeDefault"
|
||||
volumeMounts:
|
||||
- name: flink-config-volume
|
||||
mountPath: /opt/bitnami/flink/conf
|
||||
|
||||
Reference in New Issue
Block a user