Skip to content
This repository has been archived by the owner on Dec 16, 2024. It is now read-only.

Commit

Permalink
Fix Alertmanager name so patch gets applied
Browse files Browse the repository at this point in the history
  • Loading branch information
david-martin authored and maleck13 committed Jan 17, 2024
1 parent 7d844bc commit 2581a23
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config/prometheus-for-federation/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@ patches:
name: additional-scrape-configs
key: prometheus-additional.yaml
- target:
kind: AlertManager
name: k8s
kind: Alertmanager
name: main
patch: |-
kind: AlertManager
kind: Alertmanager
metadata:
name: k8s
name: main
spec:
replicas: 1
- target:
Expand Down

0 comments on commit 2581a23

Please sign in to comment.