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: template:
data: data:
username: gitea_admin username: gitea_admin
password: {{ .data.password }} password: {{` "{{ .data.password }}" `}}
data: data:
- secretKey: password - secretKey: password
remoteRef: remoteRef: