We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ccdce6 commit 10c2329Copy full SHA for 10c2329
manifest.yaml
@@ -871,11 +871,25 @@ spec:
871
tcpSocket:
872
port: 9090
873
resources: {}
874
+ securityContext:
875
+ allowPrivilegeEscalation: false
876
+ capabilities:
877
+ drop:
878
+ - ALL
879
+ readOnlyRootFilesystem: true
880
+ runAsGroup: 10001
881
+ runAsUser: 10001
882
+ seccompProfile:
883
+ type: RuntimeDefault
884
volumeMounts:
885
- mountPath: /server
886
name: server
887
- mountPath: /client
888
name: client
889
890
+ runAsNonRoot: true
891
892
893
serviceAccountName: plugin-barman-cloud
894
volumes:
895
- name: server
0 commit comments