Skip to content
Merged
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
gracefulShutdownTimeout: 1m
logging:
enableVectorAgent: {{ lookup('env', 'VECTOR_AGGREGATOR') | length > 0 }}
listenerClass: external-stable
listenerClass: external-unstable
roleGroups:
default:
replicas: 1
Expand All @@ -38,7 +38,7 @@ spec:
gracefulShutdownTimeout: 1m
logging:
enableVectorAgent: {{ lookup('env', 'VECTOR_AGGREGATOR') | length > 0 }}
listenerClass: external-stable
listenerClass: external-unstable
roleGroups:
default:
replicas: 1
Expand All @@ -47,7 +47,7 @@ spec:
gracefulShutdownTimeout: 1m
logging:
enableVectorAgent: {{ lookup('env', 'VECTOR_AGGREGATOR') | length > 0 }}
listenerClass: external-stable
listenerClass: external-unstable
roleGroups:
default:
replicas: 1
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spec:
gracefulShutdownTimeout: 1m
logging:
enableVectorAgent: {{ lookup('env', 'VECTOR_AGGREGATOR') | length > 0 }}
listenerClass: external-stable
listenerClass: external-unstable
roleGroups:
default:
replicas: 1
Expand All @@ -41,7 +41,7 @@ spec:
gracefulShutdownTimeout: 1m
logging:
enableVectorAgent: {{ lookup('env', 'VECTOR_AGGREGATOR') | length > 0 }}
listenerClass: external-stable
listenerClass: external-unstable
roleGroups:
default:
replicas: 1
Expand All @@ -50,7 +50,7 @@ spec:
gracefulShutdownTimeout: 1m
logging:
enableVectorAgent: {{ lookup('env', 'VECTOR_AGGREGATOR') | length > 0 }}
listenerClass: external-stable
listenerClass: external-unstable
roleGroups:
default:
replicas: 2 # ignored because reconciliation is paused
6 changes: 3 additions & 3 deletions tests/templates/kuttl/cluster-operation/20-stop-hbase.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spec:
gracefulShutdownTimeout: 1m
logging:
enableVectorAgent: {{ lookup('env', 'VECTOR_AGGREGATOR') | length > 0 }}
listenerClass: external-stable
listenerClass: external-unstable
roleGroups:
default:
replicas: 1
Expand All @@ -41,7 +41,7 @@ spec:
gracefulShutdownTimeout: 1m
logging:
enableVectorAgent: {{ lookup('env', 'VECTOR_AGGREGATOR') | length > 0 }}
listenerClass: external-stable
listenerClass: external-unstable
roleGroups:
default:
replicas: 1
Expand All @@ -50,7 +50,7 @@ spec:
gracefulShutdownTimeout: 1m
logging:
enableVectorAgent: {{ lookup('env', 'VECTOR_AGGREGATOR') | length > 0 }}
listenerClass: external-stable
listenerClass: external-unstable
roleGroups:
default:
replicas: 1 # set to 0 by the operator because cluster is stopped
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spec:
gracefulShutdownTimeout: 1m
logging:
enableVectorAgent: {{ lookup('env', 'VECTOR_AGGREGATOR') | length > 0 }}
listenerClass: external-stable
listenerClass: external-unstable
roleGroups:
default:
replicas: 1
Expand All @@ -41,7 +41,7 @@ spec:
gracefulShutdownTimeout: 1m
logging:
enableVectorAgent: {{ lookup('env', 'VECTOR_AGGREGATOR') | length > 0 }}
listenerClass: external-stable
listenerClass: external-unstable
roleGroups:
default:
replicas: 1
Expand All @@ -50,7 +50,7 @@ spec:
gracefulShutdownTimeout: 1m
logging:
enableVectorAgent: {{ lookup('env', 'VECTOR_AGGREGATOR') | length > 0 }}
listenerClass: external-stable
listenerClass: external-unstable
roleGroups:
default:
replicas: 1
Loading