Skip to content
Closed
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
10 changes: 10 additions & 0 deletions manifests/clusterapi-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@ spec:
{{- else if .Libvirt}}
- name: libvirt-machine-controller
image: quay.io/coreos/cluster-api-provider-libvirt:cd386e4 # TODO: move this to openshift org
volumeMounts:
- mountPath: /etc/pki/libvirt
name: libvirt-certs
readOnly: true
{{- end}}
env:
- name: NODE_NAME
Expand All @@ -74,3 +78,9 @@ spec:
limits:
cpu: 100m
memory: 30Mi
{{- if .Libvirt }}
volumes:
- name: libvirt-certs
secret:
secretName: libvirt-certs
{{- end }}