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