Skip to content

Commit

Permalink
feat: add crds
Browse files Browse the repository at this point in the history
  • Loading branch information
reinthal committed Sep 26, 2024
1 parent 9df1bbc commit 6c8c389
Show file tree
Hide file tree
Showing 4 changed files with 4,505 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ Kubernetes Infra for setting up a modern big data lakehouse stack at home in k3s

- [x] Disable apps deployment
- [ ] Add infrastructure apps
- [ ] Networking
- [x] Networking
- [ ] crds
- [ ] kubeseal
- [x] kubeseal
- [ ] weave-gitops
- [ ] traefik-proxy
- [ ] reflector
Expand Down
16 changes: 16 additions & 0 deletions clusters/staging/infrastructure.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
---
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: infrastructure-crds
namespace: flux-system
spec:
interval: 1h
retryInterval: 1m
timeout: 5m
sourceRef:
kind: GitRepository
name: flux-system
path: ./infrastructure/crds
prune: true
wait: true
---
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: infra-controllers
namespace: flux-system
Expand Down
Loading

0 comments on commit 6c8c389

Please sign in to comment.