Open renatocron opened 2 months ago
Maybe I should add that this is a feature from druid itself, not the operator https://druid.apache.org/docs/latest/operations/dynamic-config-provider/#environment-variable-dynamic-config-provider I was just unaware of it and only found it now after searching in the wrong place :rofl:
Description
This PR enhances the Druid Operator's documentation to improve clarity. It addresses the following:
Introduction of Environment Variables in Druid Configuration: A new section in the examples documentation introduces the use of environment variables within
common.runtime.properties
. This provides a mechanism for greater configuration flexibility and security. Users can now manage sensitive information or environment-specific values externally, without directly embedding them in the Druid configuration. This was already being used on https://github.com/druid-io/druid-operator/issues/35#issuecomment-606562407Practical Example of Environment Variables: A concrete example showcasing the utilization of environment variables for the metadata store configuration (
druid.metadata.storage.connector.*
) is added. This example guides users on how to implement this new feature effectively.Key changed/added files in this PR
docs/examples.md