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

chore(helm): helm changes with version bump #277

Merged
merged 5 commits into from
Dec 7, 2023
Merged

Conversation

abhilashshetty04
Copy link
Contributor

Pull Request template

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

Why is this PR required? What issue does it fix?:
Includes cherry pick of #270 and #272 along with rbac secret removal.

Checklist:

cmontemuino and others added 4 commits December 7, 2023 12:03
The hyphen at the end of the closing brackets is responsible for chomping
all the whitespaces after the brackets. Thus, a previous YAML separator
gets into the same line as the `apiVersion` element from the resource
enable by the `if` statement.

fixes #271

Signed-off-by: cmontemuino <1761056+cmontemuino@users.noreply.github.com>
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 <max.rose366@gmail.com>
Signed-off-by: Max Rose <max.rose366@gmail.com>
Signed-off-by: Abhilash Shetty <abhilash.shetty@datacore.com>
Signed-off-by: Abhinandan Purkait <purkaitabhinandan@gmail.com>
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.

None yet

4 participants