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