Skip to content

Commit

Permalink
feat: improve flux
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverbaehler committed Jan 20, 2025
1 parent dd74cac commit d991083
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
11 changes: 11 additions & 0 deletions solutions/multi-tenant-flux/assets/distro/capsule.flux.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
---
apiVersion: source.toolkit.fluxcd.io/v1
kind: HelmRepository
metadata:
name: projectcapsule
namespace: flux-system
spec:
interval: 1m0s
timeout: 1m0s
url: https://projectcapsule.github.io/charts
---
apiVersion: helm.toolkit.fluxcd.io/v2beta2
kind: HelmRelease
metadata:
Expand Down
10 changes: 10 additions & 0 deletions solutions/multi-tenant-flux/assets/distro/headlamp.flux.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
---
apiVersion: source.toolkit.fluxcd.io/v1
kind: HelmRepository
metadata:
name: headlamp
namespace: flux-system
spec:
interval: 1m0s
timeout: 1m0s
url: https://headlamp-k8s.github.io/headlamp/
---
apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
Expand Down
2 changes: 0 additions & 2 deletions solutions/multi-tenant-flux/assets/distro/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: flux-system
resources:
- ../../../../common/repos/headlamp.yaml
- headlamp.flux.yaml
- ../../../../common/repos/capsule.yaml
- capsule.flux.yaml

0 comments on commit d991083

Please sign in to comment.