We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a1ee97 commit 45083dcCopy full SHA for 45083dc
chart/tests/__snapshot__/snapshot_test.yaml.snap
@@ -5705,7 +5705,7 @@ templated manifests should match snapshot:
5705
severity: warning
5706
- alert: AzimuthKubernetesNgnixIngressNotRemoved
5707
annotations:
5708
- description: Kubernetes cluster {{ $labels.cluster_namespace }}/{{ $labels.cluster_name }} still has ngnix-ingress deployed.
+ description: Kubernetes cluster {{ $labels.cluster_namespace }}/{{ $labels.cluster_name }} still has nginx-ingress deployed.
5709
summary: Kubernetes cluster still has nginx-ingress deployed.
5710
expr: sum(azimuth_kube_cluster_addon_phase{addon="ingress-nginx"}) by(cluster_namespace, cluster_name) > 0
5711
for: 5m
0 commit comments