Skip to content
Merged
Show file tree
Hide file tree
Changes from 5 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
7 changes: 0 additions & 7 deletions tests/templates/kuttl/iceberg/20-assert.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,3 @@ metadata:
status:
readyReplicas: 1
replicas: 1
---
apiVersion: batch/v1
kind: Job
metadata:
name: minio-post-job
status:
succeeded: 1
2 changes: 1 addition & 1 deletion tests/templates/kuttl/iceberg/20-install-minio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
apiVersion: kuttl.dev/v1beta1
kind: TestStep
commands:
- script: kubectl -n $NAMESPACE apply -f https://raw.githubusercontent.com/stackabletech/demos/refs/heads/release-25.3/stacks/_templates/minio-tls/rendered-chart.yaml
- script: kubectl -n $NAMESPACE apply -f 20_minio.yaml
Loading
Loading