Install deferred manifests.

This commit is contained in:
Tom Alexander
2026-01-03 14:57:26 -05:00
parent b0abfe1ed6
commit 1133b5cbf2
2 changed files with 25 additions and 7 deletions

View File

@@ -19,11 +19,28 @@ spec:
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: backend
name: first
namespace: flux-system
spec:
interval: 5m0s
path: "./k8s"
path: "./k8s/first"
prune: true
sourceRef:
kind: GitRepository
name: kubernetes
decryption:
provider: sops
secretRef:
name: sops-gpg
---
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: deferred
namespace: flux-system
spec:
interval: 5m0s
path: "./k8s/deferred"
prune: true
sourceRef:
kind: GitRepository