fix(gitea): add missing password template in data

This commit is contained in:
Khue Doan 2022-02-26 11:21:34 +07:00
parent 552feda283
commit e5f35f3640

View File

@ -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: