15 lines
450 B
YAML
15 lines
450 B
YAML
---
|
|
# yaml-language-server: $schema=https://raw.githubusercontent.com/fluxcd-community/flux2-schemas/main/kustomization-kustomize-v1.json
|
|
apiVersion: kustomize.toolkit.fluxcd.io/v1
|
|
kind: Kustomization
|
|
metadata:
|
|
name: cluster-apps-crunchy-postgres-operator
|
|
namespace: flux-system
|
|
spec:
|
|
interval: 10m
|
|
path: "./kubernetes/apps/database/crunchy-postgres/operator"
|
|
prune: true
|
|
sourceRef:
|
|
kind: GitRepository
|
|
name: valinor
|
|
wait: true
|