Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow additional CRs to be managed by the chart #78
Allow additional CRs to be managed by the chart #78
Changes from 53 commits
9fe0bd9
ef589a9
91c49f5
eff2e04
7f195fb
cdf6e14
690ff7e
fb01de4
d683f5f
1e30d9e
0ddc76b
85a12a9
93ff943
b8d276b
f7466a4
3db9a0c
6ce33bc
04a02cb
17283dd
51599c3
7aac57c
74388e3
d4f6d45
d344095
80036b6
1fff86d
8bbd20a
48b7644
3e9c053
a009101
6842584
1094b1f
28ba4c6
0c58959
7f56dc0
3ccca0d
b6b4f05
0f59c4e
1c8bf9f
8c9d5fc
a0bf1ba
bf9b3c3
cfe0ad9
2cffee9
36781e4
835968f
1032b14
a59213f
0dabc45
eb95300
03ecaab
0d86e0a
6bba33d
57241f7
4093159
c60a4ca
ba75a76
35c08d9
c01e512
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
Large diffs are not rendered by default.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What do you think of putting a comment above to mention that you can specify multiple?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
K. Took a first stab it it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Manually merged suggestion due to conflict.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there anyway to have the comments not have
default
in them; instead have something more generic like[name]
.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe. will have a look at the doc tools documentation...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Dug through the docs and code a bit. I don't see a way to allow anything more generic then specifying the key to something existing.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Manually merged suggestion due to conflict.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The options won't get documented in the readme with everything commented out. Would it be better to have something but disabled for documentation purposes?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure. Would you want something like default: with a simplified example, with enabled: false?