Add external secret for gitea

This commit is contained in:
dvirlabs 2025-05-26 01:29:27 +03:00
parent 5ad3c91cd6
commit c0a7c60a3b

View File

@ -0,0 +1,18 @@
apiVersion: external-secrets.io/v1beta1
kind: ExternalSecret
metadata:
name: grafana-oidc
namespace: dev-tools
spec:
refreshInterval: 1h
secretStoreRef:
name: vault-oidc-clients
kind: ClusterSecretStore
target:
name: grafana-oidc-secret
creationPolicy: Owner
data:
- secretKey: client_secret
remoteRef:
key: oidc-clients/gitea-oidc
property: client_secret