Skip to content

Commit

Permalink
Merge pull request #1002 from nestoracunablanco/fix/typo
Browse files Browse the repository at this point in the history
fix: typo in deploy-kubevirt-and-cdi.sh
  • Loading branch information
kubevirt-bot committed Jul 8, 2024
2 parents 0592ead + 5e5bd2f commit 405f41f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion automation/common/deploy-kubevirt-and-cdi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ EOF
# Deploy Tekton
oc apply -f "https://github.com/tektoncd/operator/releases/download/${TEKTON_VERSION}/openshift-release.yaml"

# Deploying kuebvirt
# Deploying kubevirt
oc apply -n $NAMESPACE -f "https://github.com/kubevirt/kubevirt/releases/download/${KUBEVIRT_VERSION}/kubevirt-operator.yaml"

oc apply -n $NAMESPACE -f "https://github.com/kubevirt/kubevirt/releases/download/${KUBEVIRT_VERSION}/kubevirt-cr.yaml"
Expand Down

0 comments on commit 405f41f

Please sign in to comment.