1
0
Fork 0
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:
Shuting Zhao 2019-08-02 11:18:59 -07:00
parent 80d1d926ca
commit eec1939b17

View file

@ -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