Skip to content

Commit

Permalink
refactor(helmrepos): Separate ai-navigator helmrepos into separate file
Browse files Browse the repository at this point in the history
  • Loading branch information
gracedo committed Apr 16, 2024
1 parent 856acd7 commit 385b87a
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 20 deletions.
20 changes: 20 additions & 0 deletions common/helm-repositories/ai-navigator-repos.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
apiVersion: source.toolkit.fluxcd.io/v1beta2
kind: HelmRepository
metadata:
name: mesosphere.github.io-ai-navigator-cluster-info-api-charts
namespace: kommander-flux
spec:
interval: 10m
timeout: 1m
url: "${helmMirrorURL:=https://mesosphere.github.io/ai-navigator-cluster-info-api}"
---
apiVersion: source.toolkit.fluxcd.io/v1beta2
kind: HelmRepository
metadata:
name: mesosphere.github.io-ai-navigator-cluster-info-agent-charts
namespace: kommander-flux
spec:
interval: 10m
timeout: 1m
url: "${helmMirrorURL:=https://mesosphere.github.io/ai-navigator-cluster-info-agent}"
1 change: 1 addition & 0 deletions common/helm-repositories/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ai-navigator-repos.yaml
- bitnami.yaml
- cert-manager.yaml
- dashboard.yaml
Expand Down
20 changes: 0 additions & 20 deletions common/helm-repositories/mesosphere-repos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,23 +50,3 @@ spec:
interval: 10m
timeout: 1m
url: "${helmMirrorURL:=https://mesosphere.github.io/dkp-insights-charts-attached}"
---
apiVersion: source.toolkit.fluxcd.io/v1beta2
kind: HelmRepository
metadata:
name: mesosphere.github.io-ai-navigator-cluster-info-api-charts
namespace: kommander-flux
spec:
interval: 10m
timeout: 1m
url: "${helmMirrorURL:=https://mesosphere.github.io/ai-navigator-cluster-info-api}"
---
apiVersion: source.toolkit.fluxcd.io/v1beta2
kind: HelmRepository
metadata:
name: mesosphere.github.io-ai-navigator-cluster-info-agent-charts
namespace: kommander-flux
spec:
interval: 10m
timeout: 1m
url: "${helmMirrorURL:=https://mesosphere.github.io/ai-navigator-cluster-info-agent}"

0 comments on commit 385b87a

Please sign in to comment.