Skip to content

Use `oc patch` instead of `oc apply` to update configmap

Alexandre Lossent requested to merge fix_oc_apply into master

Since oc apply now replaces all configmap data instead of merging in older versions.

Merge request reports