Skip to content

Commit 9288d08

Browse files
committed
Add missing bracket
1 parent c995ac3 commit 9288d08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chart/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ components:
269269
- "server-proxy-apikey-secret.yaml"
270270
- "auth-providers-configmap.yaml"
271271
sessionSecret: Important!Really-Change-This-Key!
272-
oauthServerJWTSecret: {{ randAlphaNum 20) | quote }}
272+
oauthServerJWTSecret: {{ (randAlphaNum 20) | quote }}
273273
resources:
274274
cpu: "200m"
275275
github:

0 commit comments

Comments
 (0)