From 9304d1244bb93f972c0f48f48598ab592d21f107 Mon Sep 17 00:00:00 2001 From: Janis Date: Sat, 9 May 2026 17:35:05 +0200 Subject: [PATCH] feat(grafana): add ignoreDifferences configuration for Grafana Alloy secrets --- .../grafana-alloy/grafana-alloy.yaml | 41 ------------------- grafana-alloy/eu-central-1/values.yaml | 11 ----- 2 files changed, 52 deletions(-) delete mode 100644 eu-central-1/argo-apps/grafana-alloy/grafana-alloy.yaml delete mode 100644 grafana-alloy/eu-central-1/values.yaml diff --git a/eu-central-1/argo-apps/grafana-alloy/grafana-alloy.yaml b/eu-central-1/argo-apps/grafana-alloy/grafana-alloy.yaml deleted file mode 100644 index 0376bf7..0000000 --- a/eu-central-1/argo-apps/grafana-alloy/grafana-alloy.yaml +++ /dev/null @@ -1,41 +0,0 @@ -apiVersion: argoproj.io/v1alpha1 -kind: Application -metadata: - name: grafana-alloy - namespace: argocd - annotations: - argocd.argoproj.io/sync-wave: "0" -spec: - project: default - destination: - namespace: monitoring - server: https://kubernetes.default.svc - sources: - - repoURL: https://grafana.github.io/helm-charts - chart: grafana-cloud-onboarding - targetRevision: 0.4.7 - helm: - valueFiles: - - $values/grafana-alloy/eu-central-1/values.yaml - - repoURL: git@git.janis-eccarius.de:NowChess/GitOps.git - targetRevision: main - ref: values - ignoreDifferences: - - group: "" - kind: Secret - name: grafana-cloud-fleet-management-grafana-alloy-grafana-cloud-onbo - jsonPointers: - - /data - syncPolicy: - automated: - prune: true - selfHeal: true - syncOptions: - - CreateNamespace=true - - ServerSideApply=true - retry: - limit: 3 - backoff: - duration: 10s - factor: 2 - maxDuration: 1m diff --git a/grafana-alloy/eu-central-1/values.yaml b/grafana-alloy/eu-central-1/values.yaml deleted file mode 100644 index 5c66000..0000000 --- a/grafana-alloy/eu-central-1/values.yaml +++ /dev/null @@ -1,11 +0,0 @@ -cluster: - name: nowchess-eu-central-1 - -grafanaCloud: - fleetManagement: - url: https://fleet-management-prod-011.grafana.net - auth: - username: "1623630" - existingSecret: - name: grafana-alloy-credentials - key: api-key