Skip to content

Commit

Permalink
make repo first
Browse files Browse the repository at this point in the history
  • Loading branch information
gdoteof committed Jun 9, 2023
1 parent 064ac8c commit 9c78e9e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
7 changes: 6 additions & 1 deletion kubernetes/apps/olm/olm/app/helmrelease.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
apiVersion: helm.toolkit.fluxcd.io/v2beta1
kind: HelmRelease
metadata:
Expand All @@ -7,7 +8,11 @@ spec:
interval: 15m
chart:
spec:
chart: https://gitlab.com/api/v4/projects/29255838/packages/helm/stable
chart: operator-lifecycle-manager/olm
sourceRef:
kind: HelmRepository
name: olm-repo
namespace: flux-system
maxHistory: 2
values:
olm:
Expand Down
9 changes: 9 additions & 0 deletions kubernetes/apps/olm/olm/app/helmrepo.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
apiVersion: source.toolkit.fluxcd.io/v1beta1
kind: HelmRepository
metadata:
name: olm-repo
namespace: flux-system
spec:
interval: 1m
url: https://gitlab.com/api/v4/projects/29255838/packages/helm/stable

0 comments on commit 9c78e9e

Please sign in to comment.