chore: remove unused line, move victoria-metrics-charts

This commit is contained in:
SeanOMik 2024-09-19 22:59:25 -04:00
parent 04a0b2ed40
commit e1647d2c8a
Signed by: SeanOMik
GPG Key ID: FEC9E2FC15235964
4 changed files with 10 additions and 11 deletions

View File

@ -1,8 +0,0 @@
apiVersion: source.toolkit.fluxcd.io/v1
kind: HelmRepository
metadata:
name: victoria-metrics-charts
namespace: flux-system
spec:
interval: 1m
url: https://victoriametrics.github.io/helm-charts

View File

@ -2,6 +2,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ./victoria-pv.yaml
- ./helm-repository.yaml
- ./helm-release.yaml
- ./dashboard.yaml

View File

@ -14,4 +14,13 @@ metadata:
namespace: flux-system
spec:
interval: 1m
url: https://bjw-s.github.io/helm-charts
url: https://bjw-s.github.io/helm-charts
---
apiVersion: source.toolkit.fluxcd.io/v1
kind: HelmRepository
metadata:
name: victoria-metrics-charts
namespace: flux-system
spec:
interval: 1m
url: https://victoriametrics.github.io/helm-charts

View File

@ -1,4 +1,3 @@
---
# yaml-language-server: $schema=https://kubernetes-schemas.pages.dev/kustomize.toolkit.fluxcd.io/kustomization_v1.json
apiVersion: kustomize.toolkit.fluxcd.io/v1