Gitiles
Code Review
Sign In
code.v1.dodo.cloud
/
pcloud
/
f9f0beec8492e05a459bd7080ad095b4cf9292bc
/
.
/
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
-}}