Skip to content

Commit

Permalink
feat: add capacitor
Browse files Browse the repository at this point in the history
  • Loading branch information
sousuke0422 committed Mar 19, 2024
1 parent e499594 commit b55a53f
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions clusters/my-cluster/capacitor/capacitor.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
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:
targetNamespace: flux-system
interval: 1h
retryInterval: 2m
timeout: 5m
wait: true
prune: true
path: "./"
sourceRef:
kind: OCIRepository
name: capacitor

0 comments on commit b55a53f

Please sign in to comment.