Skip to content

Commit

Permalink
rule watcher is implemented
Browse files Browse the repository at this point in the history
  • Loading branch information
asiyani committed Sep 17, 2024
1 parent e8a8eba commit a135362
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 0 deletions.
2 changes: 2 additions & 0 deletions capacity-experiments/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ configMapGenerator:
- files:
- capacity-experiments.yaml.tmpl
name: alert-templates-capacity-experiments
options:
disableNameSuffixHash: true

patches:
- path: volume.yaml
2 changes: 2 additions & 0 deletions cis-aws/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ configMapGenerator:
- files:
- cis-aws.yaml.tmpl=cis-aws.yaml.tmpl
name: alert-templates-cis-aws
options:
disableNameSuffixHash: true

patches:
- path: volume.yaml
2 changes: 2 additions & 0 deletions cumulus/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ configMapGenerator:
- files:
- cumulus.yaml.tmpl=cumulus.yaml.tmpl
name: alert-templates-cumulus
options:
disableNameSuffixHash: true

patches:
- path: volume.yaml
2 changes: 2 additions & 0 deletions kube-applier/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ configMapGenerator:
- files:
- kube-applier.yaml.tmpl=kube-applier.yaml.tmpl
name: alert-templates-kube-applier
options:
disableNameSuffixHash: true

patches:
- path: volume.yaml
2 changes: 2 additions & 0 deletions merit/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ configMapGenerator:
- files:
- merit.yaml.tmpl=merit.yaml.tmpl
name: alert-templates-merit
options:
disableNameSuffixHash: true

patches:
- path: volume.yaml
2 changes: 2 additions & 0 deletions netapp/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ configMapGenerator:
- files:
- netapp.yaml.tmpl=netapp.yaml.tmpl
name: alert-templates-netapp
options:
disableNameSuffixHash: true

patches:
- path: volume.yaml
2 changes: 2 additions & 0 deletions prometheus-ksm/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ configMapGenerator:
- files:
- prometheus-ksm.yaml.tmpl=prometheus-ksm.yaml.tmpl
name: alert-templates-prometheus-ksm
options:
disableNameSuffixHash: true

patches:
- path: volume.yaml
2 changes: 2 additions & 0 deletions wiresteward/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ configMapGenerator:
- files:
- wiresteward.yaml.tmpl
name: alert-templates-wiresteward
options:
disableNameSuffixHash: true

patches:
- path: volume.yaml

0 comments on commit a135362

Please sign in to comment.