Skip to content

Commit

Permalink
remove /sys/kernel/debug from openshift patch
Browse files Browse the repository at this point in the history
Signed-off-by: Sunyanan Choochotkaew <sunyanan.choochotkaew1@ibm.com>
  • Loading branch information
sunya-ch committed Sep 12, 2023
1 parent 164ee94 commit 3aa8dcf
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions manifests/base/patch/patch-openshift.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,9 @@ spec:
volumeMounts:
- name: kernel-src
mountPath: /usr/src/kernels
- name: kernel-debug
mountPath: /sys/kernel/debug
securityContext:
privileged: true
volumes:
- name: kernel-debug
hostPath:
path: /sys/kernel/debug
type: Directory
- name: kernel-src
hostPath:
path: /usr/src/kernels
Expand Down

0 comments on commit 3aa8dcf

Please sign in to comment.