Skip to content

Commit

Permalink
Add updated kubevirt config (#152)
Browse files Browse the repository at this point in the history
supports the kubevirt-manager gui
  • Loading branch information
cloudymax authored Feb 28, 2024
1 parent 969c29d commit c7f719b
Showing 1 changed file with 17 additions and 8 deletions.
25 changes: 17 additions & 8 deletions smol_k8s_lab/config/default_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -475,29 +475,38 @@ apps:
kubevirt:
description: |
[link=https://kubevirt.io/]kubevirt[/link] lets you manage virtual machines via Kubernetes.
# default disabled while a helm chart is being actively developed
enabled: false
argo:
# secret keys to provide for the argocd secret plugin app, none by default
secret_keys: {}
secret_keys:
webui_hostname: subdomain.domain.tld
# git repo to install the Argo CD app from
repo: "https://github.com/small-hack/argocd-apps"
repo: https://github.com/small-hack/argocd-apps
# path in the argo repo to point to. Trailing slash very important!
path: "kubevirt/"
path: kubevirt/
# either the branch or tag to point at in the argo repo above
revision: main
# namespace to install the k8s app in
namespace: "kubevirt"
namespace: kubevirt
# recurse directories in the provided git repo
directory_recursion: false
# source repos for Argo CD App Project (in addition to argo.repo)
project:
source_repos:
- "https://github.com/small-hack/argocd-apps"
source_repos:
- https://cloudymax.github.io/kubevirt-community-stack/
destination:
# automatically includes the app's namespace and argocd's namespace
namespaces: []
namespaces:
- kubevirt-manager
- kube-system
- kubevirt
- prometheus
- default
- windows10
- debian12
- cdi

kyverno:
description: |
Expand Down

0 comments on commit c7f719b

Please sign in to comment.