From f3a2ba3084b10076a523ee3c62510f210712de90 Mon Sep 17 00:00:00 2001 From: Sebastian Bernauer Date: Mon, 9 Feb 2026 13:26:23 +0100 Subject: [PATCH] test: In the smoke test use a ZNode object (as recommended) --- tests/templates/kuttl/smoke/30-install-hdfs.yaml.j2 | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/tests/templates/kuttl/smoke/30-install-hdfs.yaml.j2 b/tests/templates/kuttl/smoke/30-install-hdfs.yaml.j2 index ab0fdc0c..94295f94 100644 --- a/tests/templates/kuttl/smoke/30-install-hdfs.yaml.j2 +++ b/tests/templates/kuttl/smoke/30-install-hdfs.yaml.j2 @@ -19,7 +19,7 @@ spec: {% endif %} pullPolicy: IfNotPresent clusterConfig: - zookeeperConfigMapName: hdfs-zk + zookeeperConfigMapName: hdfs-znode dfsReplication: 1 {% if lookup('env', 'VECTOR_AGGREGATOR') %} vectorAggregatorConfigMapName: vector-aggregator-discovery @@ -93,3 +93,11 @@ spec: # https://github.com/stackabletech/hdfs-operator/issues/514 - name: dashed-port containerPort: 1234 +--- +apiVersion: zookeeper.stackable.tech/v1alpha1 +kind: ZookeeperZnode +metadata: + name: hdfs-znode +spec: + clusterRef: + name: hdfs-zk