diff --git a/config/crd/bases/config.nri_nriplugindeployments.yaml b/config/crd/bases/config.nri_nriplugindeployments.yaml index ce9030c55..e01427c91 100644 --- a/config/crd/bases/config.nri_nriplugindeployments.yaml +++ b/config/crd/bases/config.nri_nriplugindeployments.yaml @@ -69,8 +69,11 @@ spec: nri: type: object properties: - patchRuntimeConfig: - type: boolean + runtime: + type: object + properties: + patchConfig: + type: boolean image: type: object description: image defines Plugin DeamonSet image name and tag