Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Invalid YAML in advanced Operator configurations #43459

@ahus1

Description

@ahus1

Before reporting an issue

  • I have read and understood the above terms for submitting issues, and I understand that my issue may be closed without action if I do not follow them.

Area

docs

Describe the bug

When specifying a boolean or number in additionalOptions, it needs to be quoted.

Version

main

Regression

  • The issue is a regression

Expected behavior

The YAML should be valid

Actual behavior

The YAML is invalid:

additionalOptions:
- name: spi-connections-http-client--default--connection-pool-size
secret: # Secret reference
name: http-client-secret # name of the Secret
key: poolSize # name of the Key in the Secret
- name: spi-email-template--mycustomprovider--enabled
value: true # plain text value

How to Reproduce?

Look at the docs

Anything else?

I'll create a PR

Metadata

Metadata

Assignees

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions