villebro opened a new pull request, #75:
URL: https://github.com/apache/superset-kubernetes-operator/pull/75

   ## Summary
   
   - Switched docs examples that demonstrated feature-flag setup via raw 
`config: | FEATURE_FLAGS = {...}` to use the typed `spec.featureFlags` field, 
so the docs stop steering readers toward the escape hatch when a typed field 
exists.
   - Where an example exists specifically to demonstrate the raw Python 
`config:` escape hatch, swapped the `FEATURE_FLAGS` line for a non-typed 
setting (`ROW_LIMIT`, `LOG_LEVEL`) so the example doesn't model a use case the 
typed field already covers.
   - Tightened a few intro/landing paragraphs in `README.md` and 
`docs/index.md` that read like marketing copy ("painless as possible", 
"production-ready settings out of the box", "every default is overridable"), 
bringing them closer to the project's matter-of-fact docs convention.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to