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