mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-09 14:56:49 +07:00
19 lines
410 B
YAML
19 lines
410 B
YAML
apiVersion: external-secrets.io/v1alpha1
|
|
kind: ExternalSecret
|
|
metadata:
|
|
name: {{ .Values.gitea.gitea.admin.existingSecret }}
|
|
namespace: {{ .Release.Namespace }}
|
|
spec:
|
|
secretStoreRef:
|
|
name: vault
|
|
kind: ClusterSecretStore
|
|
target:
|
|
template:
|
|
data:
|
|
username: gitea_admin
|
|
data:
|
|
- secretKey: password
|
|
remoteRef:
|
|
key: /gitea/admin-password
|
|
property: value
|