Skip to content

Commit

Permalink
add videowall role permissions + fix loading videowalls from non-owne…
Browse files Browse the repository at this point in the history
…r users
  • Loading branch information
cedricve committed Jul 23, 2024
1 parent 8963052 commit 10e0add
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/hub/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ kerberoshub:
api:
repository: kerberos/hub-api
pullPolicy: IfNotPresent
tag: "1.0.1357606853"
tag: "1.0.1384326925"
replicas: 2
jwtSecret: "this-is-a-secret-please-change-to-random-string" # change to a random value, this is for generating JWT tokens.
schema: "https"
Expand Down Expand Up @@ -234,7 +234,7 @@ kerberoshub:
frontend:
repository: kerberos/hub-frontend
pullPolicy: IfNotPresent
tag: "1.0.1358687188"
tag: "1.0.1384325093"
replicas: 2
schema: "https"
url: "yourdomain.com"
Expand Down

0 comments on commit 10e0add

Please sign in to comment.