-
Notifications
You must be signed in to change notification settings - Fork 289
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
41 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
28 changes: 28 additions & 0 deletions
28
pkg/config/testdata/TestLoadedConfigValidationErrors/invalid-alias.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
communications: {"foo": {}} | ||
|
||
aliases: | ||
kc: | ||
command: kubectl | ||
displayName: "Kubectl alias" | ||
kgp: | ||
command: kubectl get pods | ||
displayName: "Kubectl Get Pods" | ||
helm: | ||
command: helm version | ||
displayName: "Helm version" | ||
eee: | ||
command: "" | ||
|
||
executors: | ||
'kubectl-read-only': | ||
kubectl: | ||
enabled: true | ||
helm: | ||
botkube/helm: | ||
config: {} | ||
enabled: true | ||
'plugin-based': | ||
botkube/[email protected]: | ||
enabled: false | ||
config: | ||
changeResponseToUpperCase: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters