Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion tests/templates/kuttl/smoke/30-install-hdfs.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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