mirror of
https://github.com/vhaudiquet/homeprod.git
synced 2026-09-12 04:01:14 +00:00
21 lines
573 B
YAML
21 lines
573 B
YAML
# Flux Kustomization for the OpenClaw operator
|
|
# Separate from main homeprod because the operator's CRDs must be installed
|
|
# before OpenClawInstance resources can be applied
|
|
apiVersion: kustomize.toolkit.fluxcd.io/v1
|
|
kind: Kustomization
|
|
metadata:
|
|
name: openclaw-operator
|
|
namespace: flux-system
|
|
spec:
|
|
interval: 10m
|
|
prune: true
|
|
sourceRef:
|
|
kind: GitRepository
|
|
name: homeprod
|
|
path: ./kubernetes/system/openclaw-operator
|
|
healthChecks:
|
|
- apiVersion: apps/v1
|
|
kind: Deployment
|
|
name: openclaw-operator
|
|
namespace: openclaw-operator-system
|