diff --git a/k8s/core/prometheus/app.yaml b/k8s/core/prometheus/app.yaml index 382c436..fd152d1 100644 --- a/k8s/core/prometheus/app.yaml +++ b/k8s/core/prometheus/app.yaml @@ -2,7 +2,7 @@ apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: prom-stack - namespace: prometheus + namespace: argocd spec: project: core destination: diff --git a/k8s/core/prometheus/kustomization.yaml b/k8s/core/prometheus/kustomization.yaml index b411261..fc8218b 100644 --- a/k8s/core/prometheus/kustomization.yaml +++ b/k8s/core/prometheus/kustomization.yaml @@ -7,10 +7,10 @@ resources: - external-secrets.yaml helmCharts: - - name: prometheus + - name: kube-prometheus-stack repo: https://prometheus-community.github.io/helm-charts version: 70.4.2 - releaseName: kube-prometheus-stack + releaseName: prometheus namespace: prometheus valuesFile: prom-values.yaml includeCRDs: true