Update documentation for Cluster-API and Flux
[icn.git] / deploy / ironic / icn / data-volume-patch.yaml
1 apiVersion: apps/v1
2 kind: Deployment
3 metadata:
4   name: capm3-ironic
5 spec:
6   template:
7     spec:
8       volumes:
9         - emptyDir: null
10           name: ironic-data-volume
11           hostPath:
12             path: /opt/ironic
13             type: DirectoryOrCreate