Skip to content

Commit

Permalink
Update golden files
Browse files Browse the repository at this point in the history
  • Loading branch information
madebyrogal committed Jan 19, 2024
1 parent cbd1641 commit bd842f9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/config/testdata/TestLoadConfigSuccess/config.golden.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,14 @@ sources:
context: {}
executors:
echo:
displayName: Echo
botkube/echo:
enabled: true
config:
changeResponseToUpperCase: true
context: {}
k8s-tools:
displayName: K8S Tools
botkube/helm:
enabled: true
config: null
Expand Down
2 changes: 2 additions & 0 deletions pkg/config/testdata/TestLoadConfigSuccess/executors.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
executors:
'k8s-tools':
displayName: K8S Tools
botkube/kubectl:
enabled: true
botkube/helm:
enabled: true
'echo':
displayName: Echo
botkube/echo:
enabled: true
config:
Expand Down

0 comments on commit bd842f9

Please sign in to comment.