Gitiles
Code Review
Sign In
code.v1.dodo.cloud
/
pcloud
/
aec6d8a8403e0600da36cc02b74aaa35789e3655
/
.
/
charts
/
headscale
/
templates
/
_helpers.tpl
blob: 063b2b44acd30c83419d68f66fcb80cac08d6912 [
file
] [
log
] [
blame
]
{{-
define
"clientSecret"
-}}
{{-
if
.
Values
.
oauth2
.
clientSecret
-}}
{{-
.
Values
.
oauth2
.
clientSecret
-}}
{{-
else
-}}
{{-
randAlphaNum
32
-}}
{{-
end
-}}
{{-
end
-}}