remove from container
This commit is contained in:
@@ -7,9 +7,6 @@ etcd-backup:
|
||||
runAsUser: 1000
|
||||
runAsGroup: 1000
|
||||
runAsNonRoot: true
|
||||
capabilities:
|
||||
drop:
|
||||
- ALL
|
||||
seccompProfile:
|
||||
type: RuntimeDefault
|
||||
affinity:
|
||||
@@ -42,6 +39,11 @@ etcd-backup:
|
||||
command:
|
||||
- /talos-backup
|
||||
workingDir: /tmp
|
||||
securityContext:
|
||||
allowPrivilegeEscalation: false
|
||||
capabilities:
|
||||
drop:
|
||||
- ALL
|
||||
env:
|
||||
- name: AWS_ACCESS_KEY_ID
|
||||
valueFrom:
|
||||
|
Reference in New Issue
Block a user