mirror of
https://github.com/khuedoan/homelab.git
synced 2025-02-03 12:54:54 +07:00
fix(gitea): add missing password template in data
This commit is contained in:
parent
552feda283
commit
e5f35f3640
@ -5,12 +5,13 @@ metadata:
|
||||
namespace: {{ .Release.Namespace }}
|
||||
spec:
|
||||
secretStoreRef:
|
||||
name: vault
|
||||
kind: ClusterSecretStore
|
||||
name: vault
|
||||
target:
|
||||
template:
|
||||
data:
|
||||
username: gitea_admin
|
||||
password: {{ .data.password }}
|
||||
data:
|
||||
- secretKey: password
|
||||
remoteRef:
|
||||
|
Loading…
Reference in New Issue
Block a user