Actions
Task #8668
closedAdd an example of how to specify an array value and a dict key using env vars
Start date:
Due date:
% Done:
100%
Estimated time:
Platform Release:
Groomed:
No
Sprint Candidate:
No
Tags:
Documentation
Sprint:
Quarter:
Description
The Pulp documentation lacks an example of using dynaconf's environment variable parsing to modify dictionaries, but makes reference to needing to change dictionaries in the config. This presents a minor hurdle for people who would like to run Pulp in something like Kubernetes where it's more common to put config in the container environment.
Actions
Add dynaconf nested value example
Add an example of how to specify an array value and a dict key in the auth methods section (which is particularly useful for people using k8s). Also expand/clarify a bit what the existing example is doing.
Fixes #8668