Files
home-cluster-ops/kubernetes/apps/capacitor/capacitor.yaml
2024-06-14 00:50:09 +10:00

28 lines
528 B
YAML

apiVersion: source.toolkit.fluxcd.io/v1beta2
kind: OCIRepository
metadata:
name: capacitor
namespace: flux-system
spec:
interval: 12h
url: oci://ghcr.io/gimlet-io/capacitor-manifests
ref:
semver: ">=0.1.0"
---
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: capacitor
namespace: flux-system
spec:
interval: 10m
timeout: 1m30s
retryInterval: 30s
targetNamespace: flux-system
wait: true
prune: true
path: "./"
sourceRef:
kind: OCIRepository
name: capacitor