Provide ACLs (together with general improvements) for the viewer conlet.
This commit is contained in:
parent
a6525a2289
commit
659463b3b4
42 changed files with 1664 additions and 679 deletions
|
|
@ -7,8 +7,17 @@ spec:
|
|||
image:
|
||||
repository: docker-registry.lan.mnl.de
|
||||
path: vmoperator/org.jdrupes.vmoperator.runner.qemu-alpine
|
||||
version: latest
|
||||
pullPolicy: Always
|
||||
|
||||
permissions:
|
||||
- user: admin
|
||||
may:
|
||||
- "*"
|
||||
- user: test
|
||||
may:
|
||||
- "accessConsole"
|
||||
|
||||
resources:
|
||||
requests:
|
||||
cpu: 1
|
||||
|
|
@ -52,3 +61,4 @@ spec:
|
|||
display:
|
||||
spice:
|
||||
port: 5810
|
||||
generateSecret: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue