fix(gitea): escape curly braces

This commit is contained in:
Khue Doan 2022-02-26 11:29:09 +07:00
parent e5f35f3640
commit 1764039b9f

View File

@ -11,7 +11,7 @@ spec:
template:
data:
username: gitea_admin
password: {{ .data.password }}
password: {{` "{{ .data.password }}" `}}
data:
- secretKey: password
remoteRef: