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

fix(charts): Corrected invalid YAML in description tags #270

Closed
wants to merge 2 commits into from

Conversation

maxs-rose
Copy link
Contributor

@maxs-rose maxs-rose commented Nov 11, 2023

Pull Request template

Please, go through these steps before you submit a PR.

Why is this PR required? What issue does it fix?:

Some description tags had an invalid structure for multi line strings. For Example:

description: 'Some
description`

Multi line single quoted flows require at least 1 level of indentation or else a parser should treat the first word on the new line as an implicit key.

Valid example:

description: 'Some
  description'

What this PR does?:

Correct invalid yaml for multi line descriptions

Does this PR require any upgrade changes?: No

Checklist:

  • Fixes Invalid yaml in helm chart #269
  • PR Title follows the convention of <type>(<scope>): <subject>
  • Has the change log section been updated?
  • Commit has unit tests
  • Commit has integration tests
  • (Optional) Are upgrade changes included in this PR? If not, mention the issue/PR to track:
  • (Optional) If documentation changes are required, which issue on https://github.com/openebs/openebs-docs is used to track them:

Some description tags had an invalid structure for multi line strings. For Example:

```yaml
description: 'Some
description`
```

Multi line single quoted flows require at least 1 level of indentation or else a parser should
treat the first word on the new line as an implicit key.

Valid example:
```yaml
description: 'Some
  description'
```

Signed-off-by: Max Rose <[email protected]>
@abhilashshetty04
Copy link
Contributor

@maxs-rose , Thanks for your contribution. Since you have done chart version bump we will cherry pick this into new PR.

@Abhinandan-Purkait
Copy link
Member

Included in #277

@niladrih
Copy link
Member

Those CRDs are sourced from kubernetes-sigs/external-snapshotter. Those CRDs are generated using kube-builder's controller-gen tool. If you'd like to address this issue at its core, that's where you'd want look. This doesn't affect the lvm-localpv installers (yamls) in any way, these yamls are meant to satify kubernetes' API validation, external linter criteria are a non-goal.

cc: @avishnu

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.

Invalid yaml in helm chart
4 participants