mirror of
https://github.com/kyverno/kyverno.git
synced 2025-04-08 10:04:25 +00:00
update install.yaml to mount profiling stats
This commit is contained in:
parent
80d1d926ca
commit
eec1939b17
1 changed files with 8 additions and 0 deletions
|
@ -232,4 +232,12 @@ spec:
|
|||
- containerPort: 443
|
||||
securityContext:
|
||||
privileged: true
|
||||
volumeMounts:
|
||||
- mountPath: /opt/nirmata
|
||||
name: profiling-volume
|
||||
volumes:
|
||||
- name: profiling-volume
|
||||
hostPath:
|
||||
path: /opt/nirmata
|
||||
type: Directory
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue