-
Notifications
You must be signed in to change notification settings - Fork 39
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
local-volume template #18
Conversation
Signed-off-by: Neeraj K Kashyap <[email protected]>
GHE Issue: #17 |
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.
reviewed
"description": "Node label key", | ||
"displayname": "Node Label Key", | ||
"name": "label-key", | ||
"required": true, |
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.
Add all true
/false
in the double quotes
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.
replaced all true
/false
with "true"
/"false"
Signed-off-by: Neeraj K Kashyap <[email protected]>
"Description": "Persistent storage using local volumes for satallite cluster", | ||
"default-version": "4.5", | ||
"enabled": true, | ||
"provider": "redhat" |
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.
Add all boolean in double quote
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.
Done
config-templates/template_list.json
Outdated
@@ -22,5 +22,13 @@ | |||
"default-version": "4.3", | |||
"enabled": true, |
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.
Add all boolean in double quote
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.
added comments
Signed-off-by: Neeraj K Kashyap <[email protected]>
Signed-off-by: Neeraj K Kashyap <[email protected]>
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.
LGTM
Signed-off-by: Neeraj K Kashyap [email protected]
GHE Issue: #17
Verification Test: #17 (comment)