Compare commits
1 Commits
main
...
081e64f181
Author | SHA1 | Date | |
---|---|---|---|
081e64f181
|
5
infrastructure/controllers/k6/kustomization.yaml
Normal file
5
infrastructure/controllers/k6/kustomization.yaml
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
|
kind: Kustomization
|
||||||
|
resources:
|
||||||
|
- repository.yaml
|
9
infrastructure/controllers/k6/release.yaml
Normal file
9
infrastructure/controllers/k6/release.yaml
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
---
|
||||||
|
apiVersion: source.toolkit.fluxcd.io/v1
|
||||||
|
kind: HelmRepository
|
||||||
|
metadata:
|
||||||
|
name: grafana
|
||||||
|
namespace: default
|
||||||
|
spec:
|
||||||
|
interval: 1m
|
||||||
|
url: https://grafana.github.io/helm-charts
|
Reference in New Issue
Block a user