Skip to content

Commit

Permalink
feat(monitoring): add initial definition of rules
Browse files Browse the repository at this point in the history
  • Loading branch information
Umaaz committed Oct 17, 2023
1 parent 3658d7e commit c9fdf69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/deep-distributed/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1013,7 +1013,7 @@ monitoring:
labels:
release: prometheus
# Additional annotations to add to the rules
annotations: { }
annotations: {}
# The namespace to deploy the rules in
namespace: null
# The rules to add
Expand Down
2 changes: 1 addition & 1 deletion charts/deep/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@ monitoring:
labels:
release: prometheus
# Additional annotations to add to the rules
annotations: { }
annotations: {}
# The namespace to deploy the rules in
namespace: null
# The rules to add
Expand Down

0 comments on commit c9fdf69

Please sign in to comment.