Skip to content

Commit

Permalink
add repo here
Browse files Browse the repository at this point in the history
  • Loading branch information
gdoteof committed Jun 9, 2023
1 parent d58e84c commit 0a549e5
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
1 change: 1 addition & 0 deletions kubernetes/flux/repositories/git/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ./local-path-provisioner.yaml
- ./local-path-provisioner.yaml
16 changes: 16 additions & 0 deletions kubernetes/flux/repositories/git/olm.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
apiVersion: source.toolkit.fluxcd.io/v1
kind: GitRepository
metadata:
name: olm
namespace: flux-system
spec:
interval: 30m
url: https://github.com/operator-framework/operator-lifecycle-manager.git
ref:
tag: v0.24.0
ignore: |
# exclude all
/*
# include chart
!/deploy/chart/

0 comments on commit 0a549e5

Please sign in to comment.