small-hack/argocd-apps

prometheus operator in ๐Ÿ’” Degraded state

Closed this issue ยท 1 comments

Seeing this in the degraded prometheus argocd app:
screenshot of the Argo CD web portal with the the prometheus app of app's prometheus helm chart app in tree view. it shows the main app of apps in a degraded state, but only one resource, the prometheus operator in a degraded state. all other parts of the app of apps are healthy. further detail: there's a cute little squid riding a docker whale in the top left corner

prometheus operator events show:

shard 0: statefulset prometheus/prometheus-prometheus-prometheus not found

for this resource:

apiVersion: monitoring.coreos.com/v1
kind: Prometheus
metadata:
  annotations:
  creationTimestamp: '2023-12-01T10:04:29Z'
  generation: 1
  labels:
    app: kube-prometheus-stack-prometheus
    app.kubernetes.io/instance: prometheus-stack-helm-chart
    app.kubernetes.io/managed-by: Helm
    app.kubernetes.io/part-of: kube-prometheus-stack
    app.kubernetes.io/version: 54.2.2
    argocd.argoproj.io/instance: prometheus-stack-helm-chart
    chart: kube-prometheus-stack-54.2.2
    heritage: Helm
    release: prometheus-stack-helm-chart
  name: prometheus-prometheus
  namespace: prometheus

This happened even when I tore down and rebuilt the cluster after #221 was merged. ๐Ÿค” @cloudymax curious for your input as I haven't had the time to look into it yet.

@cloudymax fixed this ๐Ÿฅณ it was looking for a secret that they commented out.