Add the redacted source file for demo purposes Reviewed-on: https://source.michaeldileo.org/michael_dileo/Keybard-Vagabond-Demo/pulls/1 Co-authored-by: Michael DiLeo <michael_dileo@proton.me> Co-committed-by: Michael DiLeo <michael_dileo@proton.me>
23 lines
470 B
YAML
23 lines
470 B
YAML
---
|
|
apiVersion: kustomize.toolkit.fluxcd.io/v1
|
|
kind: Kustomization
|
|
metadata:
|
|
name: infrastructure-redis
|
|
namespace: flux-system
|
|
spec:
|
|
interval: 10m
|
|
timeout: 5m
|
|
sourceRef:
|
|
kind: GitRepository
|
|
name: flux-system
|
|
path: ./manifests/infrastructure/redis
|
|
prune: true
|
|
wait: true
|
|
dependsOn:
|
|
- name: longhorn
|
|
- name: cilium
|
|
- name: cert-manager # For potential TLS in the future
|
|
decryption:
|
|
provider: sops
|
|
secretRef:
|
|
name: sops-gpg |