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 }}
|
namespace: {{ .Release.Namespace }}
|
||||||
spec:
|
spec:
|
||||||
secretStoreRef:
|
secretStoreRef:
|
||||||
name: vault
|
|
||||||
kind: ClusterSecretStore
|
kind: ClusterSecretStore
|
||||||
|
name: vault
|
||||||
target:
|
target:
|
||||||
template:
|
template:
|
||||||
data:
|
data:
|
||||||
username: gitea_admin
|
username: gitea_admin
|
||||||
|
password: {{ .data.password }}
|
||||||
data:
|
data:
|
||||||
- secretKey: password
|
- secretKey: password
|
||||||
remoteRef:
|
remoteRef:
|
||||||
|
Loading…
Reference in New Issue
Block a user