This repository has been archived on 2024-02-11. You can view files and clone it, but cannot push or open issues or pull requests.
valinor/kubernetes/apps/database/crunchy-postgres/ks.yaml

16 lines
450 B
YAML
Raw Normal View History

2023-10-04 14:48:19 -05:00
---
# 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
2023-10-04 14:52:38 -05:00
path: "./kubernetes/apps/database/crunchy-postgres/operator"
2023-10-04 14:48:19 -05:00
prune: true
sourceRef:
kind: GitRepository
2023-10-04 14:52:38 -05:00
name: valinor
2023-10-04 14:48:19 -05:00
wait: true