Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions charts/kvm-node-agent/templates/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ spec:
name: pki-libvirt
- mountPath: /pki/qemu
name: pki-qemu
hostNetwork: true
initContainers:
- command:
- sh
Expand Down
1 change: 1 addition & 0 deletions config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ spec:
# operator: In
# values:
# - linux
hostNetwork: true
securityContext:
# runAsNonRoot: true
supplementalGroups:
Expand Down
Loading