Added jetstack charts

This commit is contained in:
2022-06-04 15:02:02 +02:00
parent 743dc036a7
commit 634389d6f7
2 changed files with 8 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
apiVersion: source.toolkit.fluxcd.io/v1beta2
kind: HelmRepository
metadata:
name: jetstack
spec:
interval: 30m
url: https://charts.jetstack.io

View File

@@ -3,3 +3,4 @@ kind: Kustomization
namespace: flux-system
resources:
- bitnami.yaml
- jetstack.yaml