infrastructure/flux/cluster/apps/gitops/renovate/external-secret.yaml
Vivian fa4f21a63f
Some checks failed
continuous-integration/drone/push Build is failing
yamllint
2022-05-29 17:16:34 +02:00

22 lines
457 B
YAML

apiVersion: external-secrets.io/v1beta1
kind: ExternalSecret
metadata:
name: renovate
namespace: gitops
spec:
refreshInterval: "5m"
secretStoreRef:
name: vault
kind: ClusterSecretStore
target:
name: renovate
data:
- secretKey: RENOVATE_TOKEN
remoteRef:
key: gitops/renovate
property: gitea_token
- secretKey: GITHUB_COM_TOKEN
remoteRef:
key: gitops/renovate
property: github_token