Gitiles
Code Review
Sign In
code.v1.dodo.cloud
/
pcloud
/
01b3d3bc65d3a381eda181cdbb3ebed9cfdb7399
/
.
/
charts
/
pihole
/
templates
/
_helpers.tpl
blob: 063b2b44acd30c83419d68f66fcb80cac08d6912 [
file
] [
log
] [
blame
]
giolekva
01b3d3b
2021-11-09 17:48:28 +0400
[
diff
] [
blame^
]
1
{{-
define
"clientSecret"
-}}
2
{{-
if
.
Values
.
oauth2
.
clientSecret
-}}
3
{{-
.
Values
.
oauth2
.
clientSecret
-}}
4
{{-
else
-}}
5
{{-
randAlphaNum
32
-}}
6
{{-
end
-}}
7
{{-
end
-}}