The following block ensures a new config map is created when it does not exist and the finalizer is not set:
|
if err != nil && !controllerutil.ContainsFinalizer(pp, cmFinalizer) { |
However, it seems updating config map functionality has not been implemented.
The following block ensures a new config map is created when it does not exist and the finalizer is not set:
skycluster-operator/internal/controller/core/providerprofile_controller.go
Line 98 in 2db3c23
However, it seems updating config map functionality has not been implemented.