File tree Expand file tree Collapse file tree 1 file changed +17
-8
lines changed
Expand file tree Collapse file tree 1 file changed +17
-8
lines changed Original file line number Diff line number Diff line change @@ -475,29 +475,38 @@ apps:
475475 kubevirt :
476476 description : |
477477 [link=https://kubevirt.io/]kubevirt[/link] lets you manage virtual machines via Kubernetes.
478-
478+
479479 # default disabled while a helm chart is being actively developed
480480 enabled : false
481481 argo :
482482 # secret keys to provide for the argocd secret plugin app, none by default
483- secret_keys : {}
483+ secret_keys :
484+ webui_hostname : subdomain.domain.tld
484485 # git repo to install the Argo CD app from
485- repo : " https://github.com/small-hack/argocd-apps"
486+ repo : https://github.com/small-hack/argocd-apps
486487 # path in the argo repo to point to. Trailing slash very important!
487- path : " kubevirt/"
488+ path : kubevirt/
488489 # either the branch or tag to point at in the argo repo above
489490 revision : main
490491 # namespace to install the k8s app in
491- namespace : " kubevirt"
492+ namespace : kubevirt
492493 # recurse directories in the provided git repo
493494 directory_recursion : false
494495 # source repos for Argo CD App Project (in addition to argo.repo)
495496 project :
496- source_repos :
497- - " https://github.com/small-hack/argocd-apps "
497+ source_repos :
498+ - https://cloudymax. github.io/kubevirt-community-stack/
498499 destination :
499500 # automatically includes the app's namespace and argocd's namespace
500- namespaces : []
501+ namespaces :
502+ - kubevirt-manager
503+ - kube-system
504+ - kubevirt
505+ - prometheus
506+ - default
507+ - windows10
508+ - debian12
509+ - cdi
501510
502511 kyverno :
503512 description : |
You can’t perform that action at this time.
0 commit comments