flux: prepare for renovate

This commit is contained in:
Vivian 2022-05-18 16:14:37 +02:00
parent b22999d78a
commit e857d0d749
6 changed files with 33 additions and 1 deletions

View file

@ -0,0 +1,4 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- renovate

View file

@ -0,0 +1,17 @@
apiVersion: external-secrets.io/v1beta1
kind: ExternalSecret
metadata:
name: authentik
namespace: gitops
spec:
refreshInterval: "5m"
secretStoreRef:
name: vault
kind: ClusterSecretStore
target:
name: authentik
data:
- secretKey: RENOVATE_TOKEN
remoteRef:
key: gitops/renovate
property: gitea_token

View file

@ -0,0 +1,4 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- external-secret.yaml

View file

@ -3,4 +3,5 @@ kind: Kustomization
resources:
- networking
- presidential-paradise
- authentik
- authentik
- gitops

View file

@ -0,0 +1,5 @@
---
apiVersion: v1
kind: Namespace
metadata:
name: gitops

View file

@ -5,4 +5,5 @@ resources:
- networking.yaml
- external-secrets.yaml
- authentik.yaml
- gitops.yaml