Skip to content
This repository was archived by the owner on Jan 4, 2026. It is now read-only.

Commit b3afb94

Browse files
authored
Update kubevirt app (#366)
* Update kubevirt app * fix duplicate key * update allowed namespace * add more namespaces for kubevirt
1 parent 4e1359a commit b3afb94

File tree

1 file changed

+18
-11
lines changed

1 file changed

+18
-11
lines changed

smol_k8s_lab/config/default_config.yaml

Lines changed: 18 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1186,13 +1186,12 @@ apps:
11861186
kubevirt:
11871187
description: |
11881188
[link=https://kubevirt.io/]kubevirt[/link] lets you manage virtual machines via Kubernetes.
1189-
11901189
# default disabled while a helm chart is being actively developed
11911190
enabled: false
11921191
argo:
11931192
# secret keys to provide for the argocd secret plugin app, none by default
11941193
secret_keys:
1195-
webui_hostname: subdomain.domain.tld
1194+
webui_hostname: kubevirt.example.com
11961195
# git repo to install the Argo CD app from
11971196
repo: https://github.com/small-hack/argocd-apps
11981197
# path in the argo repo to point to. Trailing slash very important!
@@ -1209,18 +1208,26 @@ apps:
12091208
project:
12101209
name: kubevirt
12111210
source_repos:
1212-
- https://cloudymax.github.io/kubevirt-community-stack/
1211+
- https://github.com/small-hack/argocd-apps
1212+
- https://cloudymax.github.io/kubevirt-community-stack/
1213+
- https://github.com/cloudymax/kubevirt-community-stack.git
1214+
- https://cloudymax.github.io/kubevirt-community-stack
12131215
destination:
12141216
# automatically includes the app's namespace and argocd's namespace
12151217
namespaces:
1216-
- kubevirt-manager
1217-
- kube-system
1218-
- kubevirt
1219-
- prometheus
1220-
- default
1221-
- windows10
1222-
- debian12
1223-
- cdi
1218+
- kubevirt-manager
1219+
- kube-system
1220+
- kubevirt
1221+
- prometheus
1222+
- default
1223+
- windows10
1224+
- debian12
1225+
- cdi
1226+
- capi-operator-system
1227+
- kubeadm-bootstrap-system
1228+
- kubevirt-infrastructure-system
1229+
- kubeadm-control-plane-system
1230+
- capi-system
12241231

12251232
kyverno:
12261233
description: |

0 commit comments

Comments
 (0)