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