This commit is contained in:
Michael Thomson
2026-05-24 14:49:20 -04:00
parent ba735f88ba
commit 9d01dbb577
5 changed files with 101 additions and 0 deletions
@@ -0,0 +1,19 @@
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: grimmory
namespace: flux-system
spec:
interval: 15m
path: ./apps/grimmory
prune: true # remove any elements later removed from the above path
wait: true
sourceRef:
kind: GitRepository
name: flux-system
decryption:
provider: sops
secretRef:
name: sops-age
dependsOn:
- name: infra-configs