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