Skip to content

Commit

Permalink
add helm repositories
Browse files Browse the repository at this point in the history
  • Loading branch information
garciagenrique committed May 28, 2024
1 parent 68e88c1 commit 2ff7b3b
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
apiVersion: source.toolkit.fluxcd.io/v1beta1
kind: HelmRepository
metadata:
name: jhub-dev
namespace: jhub-dev
spec:
interval: 10m
url: https://hub.jupyter.org/helm-chart/

3 changes: 3 additions & 0 deletions infrastructure/cluster/flux/rucio-dev/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# RUCIO

Rucio instance installed in the `vre-dev` cluster.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
apiVersion: source.toolkit.fluxcd.io/v1beta1
kind: HelmRepository
metadata:
name: rucio-charts
namespace: rucio-dev
spec:
interval: 10m
url: https://rucio.github.io/helm-charts/

0 comments on commit 2ff7b3b

Please sign in to comment.