Skip to content

Commit

Permalink
use ready made
Browse files Browse the repository at this point in the history
  • Loading branch information
gdoteof committed Jun 9, 2023
1 parent 0e20365 commit 064ac8c
Showing 1 changed file with 1 addition and 23 deletions.
24 changes: 1 addition & 23 deletions kubernetes/apps/olm/olm/app/helmrelease.yaml
Original file line number Diff line number Diff line change
@@ -1,20 +1,3 @@
---
apiVersion: source.toolkit.fluxcd.io/v1beta2
kind: GitRepository
metadata:
name: olm
namespace: flux-system
spec:
interval: 15m
ref:
semver: ">= v0.24.0"
url: https://github.com/operator-framework/operator-lifecycle-manager.git
ignore: |
# exclude all
/*
# include chart
!/deploy/chart/
---
apiVersion: helm.toolkit.fluxcd.io/v2beta1
kind: HelmRelease
metadata:
Expand All @@ -24,12 +7,7 @@ spec:
interval: 15m
chart:
spec:
chart: ./deploy/chart/
sourceRef:
kind: GitRepository
name: olm
namespace: flux-system
interval: 15m
chart: https://gitlab.com/api/v4/projects/29255838/packages/helm/stable
maxHistory: 2
values:
olm:
Expand Down

0 comments on commit 064ac8c

Please sign in to comment.