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.
Updated by pulpbot over 3 years ago
- Status changed from NEW to POST
Added by dannysauer over 3 years ago
Updated by dannysauer over 3 years ago
- Status changed from POST to MODIFIED
- % Done changed from 0 to 100
Applied in changeset pulpcore|752ba8ca073abaa05a3dc42efbec6e5ca5c1e5de.
Updated by pulpbot over 3 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
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