Set stateIntoSpec to absent in ConfigConnectorContext as recommended in the docs.
Setting absent implies that KCC will skip populating unspecified fields into spec. I suspect this was the primary reason behind those flux spams about ArtifactRegistryRepository/cnrm-system/hopic-k8s-images configured in the slack channel.
Remove manually added state-into-spec annotation for all resources except ComputeAddress due to this.
stateIntoSpec
toabsent
in ConfigConnectorContext as recommended in the docs. Settingabsent
implies that KCC will skip populating unspecified fields into spec. I suspect this was the primary reason behind those flux spams aboutArtifactRegistryRepository/cnrm-system/hopic-k8s-images configured
in the slack channel.state-into-spec
annotation for all resources exceptComputeAddress
due to this.Relates to #227