-
Notifications
You must be signed in to change notification settings - Fork 215
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
1 parent
5439be7
commit 2a92140
Showing
11 changed files
with
73 additions
and
319 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
[codespell] | ||
skip = ./.git | ||
ignore-words-list = enver | ||
ignore-words-list = enver,notin | ||
check-filenames = | ||
check-hidden = |
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,20 @@ | ||
# chart-testing need values files to test that the chart is installable and upgradable. | ||
# The values file is needed to be populated. As we have nothing to test for now, I am filling this files with gibberish | ||
# so the test triggers at the same time that it does not affect the default values file or any other function of the | ||
# chart of the common library. | ||
fake: values | ||
super-agent-deployment: | ||
cluster: sa-cluster | ||
config: | ||
superAgent: | ||
content: | ||
agents: {} | ||
subAgents: | ||
test-0: | ||
content: | ||
a: test | ||
value: 0 | ||
test-1: | ||
content: | ||
a: test | ||
value: 1 | ||
test-2: | ||
content: | ||
a: test | ||
aYAML: | ||
canI: HaveSomeYAML |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.