Simple Hybrid Configuration =========================== This example shows how to load a YAML configuration file containing a *Deployment* resource and modify its values in code before serializing the results back to YAML. .. literalinclude:: ../../examples/simple-hybrid-configuration/simple-hybrid-configuration.py :language: python Complete code for this example is available at: `kuber/examples/config-map/ `_