Quick Start
Once ConfigBundleOperator is installed, create a simple ConfigBundle:
| my-bundle.yaml | |
|---|---|
- All labels and annotations will be applied to
ConfigMapresource created by the operator.
Apply it to the cluster:
Check that the ConfigBundle exists:
Then check for the ConfigMap created for it:
At this point, you should see both the ConfigBundle and its corresponding
ConfigMap in the namespace.
The reconciliation behavior behind this process, including creation, updates, drift, and self-healing, is covered in detail in Behaviour.