Skip to content

Commit

Permalink
Apply suggestions after review
Browse files Browse the repository at this point in the history
  • Loading branch information
mszostok committed Sep 21, 2022
1 parent 23c8166 commit 72499ec
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions helm/botkube/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -448,6 +448,7 @@ communications:
# -- Notification sources configuration for the webhook.
sources:
- k8s-err-events
- k8s-recommendation-events

## Global BotKube configuration.
settings:
Expand Down
2 changes: 1 addition & 1 deletion pkg/config/testdata/TestLoadConfigSuccess/config-all.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ sources:
- error
# New 'namespace' property.
# It can be overridden in the nested level.
namespace:
namespaces:
include: [ ".*" ]
resources:
- name: v1/pods
Expand Down
3 changes: 2 additions & 1 deletion pkg/config/testdata/TestLoadConfigSuccess/config.golden.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,8 @@ sources:
fields: []
includeDiff: false
namespaces:
include: []
include:
- .*
executors:
kubectl-read-only:
kubectl:
Expand Down

0 comments on commit 72499ec

Please sign in to comment.