Skip to content

Commit

Permalink
resolved merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
rajashekhargundeti committed Feb 16, 2023
1 parent 95f4d46 commit b44c593
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions deploy/provider.daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,23 +45,16 @@ spec:
memory: 100Mi
# Container should run as root to mount the hostPath volume and create Unix Domain Socket in that volume.
securityContext:
<<<<<<< HEAD
seccompProfile:
type: RuntimeDefault
=======
>>>>>>> f4d5b84ba419ef09bb02f117901ac96285f2ffb5
allowPrivilegeEscalation: false
readOnlyRootFilesystem: true
runAsUser: 0
capabilities:
drop:
- ALL
volumeMounts:
<<<<<<< HEAD
- mountPath: "/opt/provider/sockets"
=======
- mountPath: "/tmp"
>>>>>>> f4d5b84ba419ef09bb02f117901ac96285f2ffb5
name: socket-volume
volumes:
- name: socket-volume
Expand Down

0 comments on commit b44c593

Please sign in to comment.