Skip to content

Commit 174b2c3

Browse files
committed
feat(kustomization): Add crossplane Helm repository configuration
1 parent 2fecd01 commit 174b2c3

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
apiVersion: source.toolkit.fluxcd.io/v1beta2
2+
kind: HelmRepository
3+
metadata:
4+
name: crossplane
5+
namespace: flux-system
6+
spec:
7+
interval: 5m
8+
url: https://charts.crossplane.io/stable

infrastructure/base/sources/kustomization.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,5 @@ resources:
1717
- proxmox-ccm.yml
1818
- backstage.yml
1919
- cnpg.yml
20-
- minio-operator.yml
20+
- minio-operator.yml
21+
- crossplane.yml

0 commit comments

Comments
 (0)