Skip to content

Commit

Permalink
Merge pull request #2 from supernetes/bootstrap-manifests
Browse files Browse the repository at this point in the history
fix: include bootstrap manifests
  • Loading branch information
twelho authored Aug 22, 2024
2 parents 7e3934a + 8a30e37 commit 466c468
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
23 changes: 23 additions & 0 deletions work/manifests/flux.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Flux configuration for reconciling the Supernetes controller
apiVersion: source.toolkit.fluxcd.io/v1
kind: GitRepository
metadata:
name: supernetes
namespace: flux-system
spec:
interval: 1m
url: https://github.com/supernetes/deploy
ref:
branch: master
---
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: supernetes
namespace: flux-system
spec:
interval: 1m
prune: true
sourceRef:
kind: GitRepository
name: supernetes
2 changes: 2 additions & 0 deletions work/manifests/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
resources:
- flux.yaml

0 comments on commit 466c468

Please sign in to comment.