Skip to content

Commit

Permalink
Move stock alerts back into common component
Browse files Browse the repository at this point in the history
But in a separate dir for ease of viewing
  • Loading branch information
george-angel committed Oct 20, 2023
1 parent 466a4cb commit 3125549
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions common/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,16 @@ kind: Component
configMapGenerator:
- files:
- all.yaml.tmpl=all.yaml.tmpl
- logging.yaml.tmpl=logging.yaml.tmpl
- canary.yaml
- container.yaml.tmpl
- missing_replicas.yaml.tmpl
- namespace_sync.yaml.tmpl
- storage.yaml.tmpl
- terraform_sync.yaml.tmpl
- logging.yaml.tmpl=logging.yaml.tmpl
- vault.yaml.tmpl

- stock/container.yaml.tmpl
- stock/missing_replicas.yaml.tmpl
- stock/namespace_sync.yaml.tmpl
- stock/storage.yaml.tmpl
- stock/terraform_sync.yaml.tmpl
- stock/vault-clients.yaml.tmpl
name: alert-templates-common

patches:
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 3125549

Please sign in to comment.