Skip to content

Commit

Permalink
Add missing bracket
Browse files Browse the repository at this point in the history
  • Loading branch information
rl-gitpod committed May 20, 2021
1 parent c995ac3 commit 9288d08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ components:
- "server-proxy-apikey-secret.yaml"
- "auth-providers-configmap.yaml"
sessionSecret: Important!Really-Change-This-Key!
oauthServerJWTSecret: {{ randAlphaNum 20) | quote }}
oauthServerJWTSecret: {{ (randAlphaNum 20) | quote }}
resources:
cpu: "200m"
github:
Expand Down

0 comments on commit 9288d08

Please sign in to comment.