Skip to content

Commit

Permalink
deps: update to latest webmesh
Browse files Browse the repository at this point in the history
  • Loading branch information
tinyzimmer committed Oct 20, 2023
1 parent 62cfc58 commit 1346deb
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# The VDI deployment
---
apiVersion: v1
kind: Namespace
Expand Down Expand Up @@ -30,6 +31,7 @@ spec:
secretName: kvdi-app-secrets
userdataSpec: {}
---
# An admin role for people in the "desktop-admins" webmesh group.
apiVersion: rbac.kvdi.io/v1
kind: VDIRole
metadata:
Expand All @@ -48,6 +50,7 @@ rules:
verbs:
- '*'
---
# Desktop templates
apiVersion: desktops.kvdi.io/v1
kind: Template
metadata:
Expand All @@ -63,7 +66,6 @@ spec:
tags:
os: ubuntu
desktop: xfce4
applications: minimal
---
apiVersion: desktops.kvdi.io/v1
kind: Template
Expand All @@ -80,4 +82,3 @@ spec:
tags:
os: ubuntu
desktop: kde
applications: minimal

0 comments on commit 1346deb

Please sign in to comment.