mirror of
https://github.com/khuedoan/homelab.git
synced 2025-02-03 12:54:54 +07:00
fix(gitea): remove .data prefix in template
This commit is contained in:
parent
1764039b9f
commit
d6ea436368
@ -11,7 +11,7 @@ spec:
|
|||||||
template:
|
template:
|
||||||
data:
|
data:
|
||||||
username: gitea_admin
|
username: gitea_admin
|
||||||
password: {{` "{{ .data.password }}" `}}
|
password: {{` "{{ .password }}" `}}
|
||||||
data:
|
data:
|
||||||
- secretKey: password
|
- secretKey: password
|
||||||
remoteRef:
|
remoteRef:
|
||||||
|
Loading…
Reference in New Issue
Block a user