-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Labels
area/docskind/bugCategorizes a PR related to a bugCategorizes a PR related to a bugpriority/normalrelease/26.2.10release/26.4.1release/26.5.0team/sre
Description
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:
keycloak/docs/guides/operator/advanced-configuration.adoc
Lines 93 to 99 in e5bb7f5
| 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
keycloak-github-bot
Metadata
Metadata
Assignees
Labels
area/docskind/bugCategorizes a PR related to a bugCategorizes a PR related to a bugpriority/normalrelease/26.2.10release/26.4.1release/26.5.0team/sre