Skip to content
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

OPS-6553 Mark required variables properly + update MD #12

Merged
merged 1 commit into from
Feb 15, 2022

Conversation

mrwacky42
Copy link

Sync up with some upstream changes to the output.

Sync up with some upstream changes to the output.
Comment on lines -87 to +95
| {{ tt .Name }} | {{- if .Description}}{{ strip_newlines .Description }}{{ end }} | {{- if .Type}}{{ .Type }}{{ end }} | {{ tt .Default }} | {{req .Default }} |{{end}}{{end}}
| {{ tt .Name }} | {{- if .Description}}{{ strip_newlines .Description }}{{ end }} | {{- if .Type}}{{ .Type }}{{ end }} | {{ tt .Default }} | {{req .Required }} |
{{- end}}{{end}}{{end}}
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here's the money - use .Required instead of .Default

The rest is upstream merging.

@mrwacky42 mrwacky42 merged commit 45d4ba8 into master Feb 15, 2022
@mrwacky42 mrwacky42 deleted the OPS-6553-fix branch February 15, 2022 23:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants