remove flux from ale

This commit is contained in:
Ryan McGuire 2025-03-10 16:11:12 -04:00
parent 6f297829fc
commit 421c246cc6
3 changed files with 0 additions and 38 deletions

View File

@ -1,13 +0,0 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: ambient-exporter
resources:
- release.yaml
secretGenerator:
- name: ambient-exporter-values
files:
- values.yaml=../helm/values-ambient-exporter.yaml
type: Opaque
configurations:
- secret-gen-name.yaml

View File

@ -1,19 +0,0 @@
apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: ambient-exporter
namespace: monitoring
spec:
interval: 10m
releaseName: ambient-exporter
chart:
spec:
chart: ambient-local-exporter
version: 0.1.0
sourceRef:
kind: HelmRepository
name: gitea
namespace: flux-system
valuesFrom:
- kind: Secret
name: ambient-exporter-values

View File

@ -1,6 +0,0 @@
nameReference:
- kind: Secret
version: v1
fieldSpecs:
- path: spec/valuesFrom/name
kind: HelmRelease