Compare commits
1 Commits
4faddecb3d
...
2e25984751
Author | SHA1 | Date | |
---|---|---|---|
2e25984751
|
@@ -74,6 +74,9 @@ trivy-operator:
|
||||
- name: var-lib-kube-controller-manager
|
||||
mountPath: /var/lib/kube-controller-manager
|
||||
readOnly: true
|
||||
- name: etc-systemd
|
||||
mountPath: /etc/systemd
|
||||
readOnly: true
|
||||
- name: lib-systemd
|
||||
mountPath: /lib/systemd/
|
||||
readOnly: true
|
||||
@@ -96,6 +99,9 @@ trivy-operator:
|
||||
- name: var-lib-kube-controller-manager
|
||||
hostPath:
|
||||
path: /var/lib/kube-controller-manager
|
||||
- name: etc-systemd
|
||||
hostPath:
|
||||
path: /etc/systemd
|
||||
- name: lib-systemd
|
||||
hostPath:
|
||||
path: /lib/systemd
|
||||
|
Reference in New Issue
Block a user