Skip to content
Closed
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
@@ -0,0 +1,6 @@
---
apiVersion: kuttl.dev/v1beta1
kind: TestStep
commands:
- script: |
envsubst < 10_listener-classes.yaml | kubectl apply -n "$NAMESPACE" -f -

This file was deleted.

5 changes: 2 additions & 3 deletions tests/templates/kuttl/external-access/20-install-hive.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@ apiVersion: kuttl.dev/v1beta1
kind: TestStep
timeout: 600
commands:
- script: >
envsubst < install-hive.yaml |
kubectl apply -n "$NAMESPACE" -f -
- script: |
envsubst < 20_hive.yaml | kubectl apply -n "$NAMESPACE" -f -
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ spec:
enableVectorAgent: {{ lookup('env', 'VECTOR_AGGREGATOR') | length > 0 }}
roleConfig:
listenerClass: test-cluster-internal-$NAMESPACE
config:
logging:
enableVectorAgent: {{ lookup('env', 'VECTOR_AGGREGATOR') | length > 0 }}
Comment on lines +29 to +31
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This appears to be a duplicate (config is defined a few lines above).

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Argh, this didn't raise merge conflicts with #669......

roleGroups:
default:
replicas: 1
Expand Down

This file was deleted.