Added jetstack charts
This commit is contained in:
parent
743dc036a7
commit
634389d6f7
7
infrastructure/sources/jetstack.yaml
Normal file
7
infrastructure/sources/jetstack.yaml
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
apiVersion: source.toolkit.fluxcd.io/v1beta2
|
||||||
|
kind: HelmRepository
|
||||||
|
metadata:
|
||||||
|
name: jetstack
|
||||||
|
spec:
|
||||||
|
interval: 30m
|
||||||
|
url: https://charts.jetstack.io
|
@ -3,3 +3,4 @@ kind: Kustomization
|
|||||||
namespace: flux-system
|
namespace: flux-system
|
||||||
resources:
|
resources:
|
||||||
- bitnami.yaml
|
- bitnami.yaml
|
||||||
|
- jetstack.yaml
|
||||||
|
Loading…
Reference in New Issue
Block a user