Skip to content

Commit

Permalink
fix: Add CTM again
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Butler <[email protected]>
  • Loading branch information
butler54 committed Jun 13, 2024
1 parent 45878d6 commit 62ec500
Showing 1 changed file with 47 additions and 0 deletions.
47 changes: 47 additions & 0 deletions charts/all/cipher-trust-manager/templates/ctm-vm-test.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
apiVersion: kubevirt.io/v1
kind: VirtualMachine
metadata:
creationTimestamp: null
labels:
kubevirt.io/vm: ciphertrust-vm
name: ciphertrust-vm
namespace: cte-vm
spec:
dataVolumeTemplates:
- metadata:
creationTimestamp: null
name: ciphertrust-dv
spec:
storage:
resources:
requests:
storage: 10Gi
source:
http:
url: "https://www.ciphertrust.io/files/Virtual_CipherTrust_Manager_OpenStack.qcow2"
secretRef: data-source-secret
certConfigMap: tls-certs
status: {}
running: true
template:
metadata:
creationTimestamp: null
labels:
kubevirt.io/vm: ciphertrust-vm
spec:
domain:
devices:
disks:
- disk:
bus: virtio
name: datavolumedisk2
machine:
type: ""
resources:
requests:
memory: 1.5Gi
terminationGracePeriodSeconds: 180
volumes:
- dataVolume:
name: ciphertrust-dv
name: datavolumedisk2

0 comments on commit 62ec500

Please sign in to comment.