Skip to content

Commit 6b241b4

Browse files
swebTechassi
andauthored
Update crates/stackable-operator/src/cluster_resources.rs
Co-authored-by: Techassi <git@techassi.dev>
1 parent 1e3efa0 commit 6b241b4

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

crates/stackable-operator/src/cluster_resources.rs

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -724,9 +724,12 @@ impl<'a> ClusterResources<'a> {
724724
warn!(
725725
index,
726726
api_version,
727-
kind,
728-
metadata.name = name,
729-
metadata.namespace = namespace,
727+
warn!(
728+
object_override.index = index,
729+
k8s.object.api_version = api_version,
730+
k8s.object.kind = kind,
731+
k8s.object.name = name,
732+
k8s.namespace.name = namespace,
730733
cluster_namespace = self.namespace,
731734
"objectOverride did not match any object created for this cluster and therefore had \
732735
no effect. Please check that apiVersion, kind and metadata.name are correct and that \

0 commit comments

Comments
 (0)