Gitiles
Code Review
Sign In
code.v1.dodo.cloud
/
pcloud
/
4dd2c0d6d8df04a5a1de3c60f620b93142c5bd97
/
.
/
charts
/
headscale
/
templates
/
_helpers.tpl
blob: 063b2b44acd30c83419d68f66fcb80cac08d6912 [
file
] [
log
] [
blame
]
Giorgi Lekveishvili
cc56ae9
2023-05-31 17:50:39 +0400
[
diff
] [
blame
]
1
{{-
define
"clientSecret"
-}}
2
{{-
if
.
Values
.
oauth2
.
clientSecret
-}}
3
{{-
.
Values
.
oauth2
.
clientSecret
-}}
4
{{-
else
-}}
5
{{-
randAlphaNum
32
-}}
6
{{-
end
-}}
7
{{-
end
-}}