File tree Expand file tree Collapse file tree
tests/templates/kuttl/iceberg Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -135,8 +135,6 @@ data:
135135 scheme=https
136136 connectToMinio $scheme
137137
138-
139-
140138 # Create the buckets
141139 createBucket demo "public" false false false
142140
@@ -291,8 +289,6 @@ data:
291289 scheme=https
292290 connectToMinio $scheme
293291
294-
295-
296292 add-svcacct : |-
297293 #!/bin/sh
298294 set -e ; # Have script exit in the event of a failed command.
@@ -372,8 +368,6 @@ data:
372368 scheme=https
373369 connectToMinio $scheme
374370
375-
376-
377371 custom-command : |-
378372 #!/bin/sh
379373 set -e ; # Have script exit in the event of a failed command.
@@ -567,7 +561,6 @@ spec:
567561 - name : minio-user
568562 secret :
569563 secretName : minio
570-
571564 - ephemeral :
572565 volumeClaimTemplate :
573566 metadata :
@@ -576,7 +569,7 @@ spec:
576569 secrets.stackable.tech/scope : service=minio
577570 spec :
578571 accessModes :
579- - ReadWriteOnce
572+ - ReadWriteOnce
580573 resources :
581574 requests :
582575 storage : 1
Original file line number Diff line number Diff line change 4040 secrets.stackable.tech/scope : service=minio
4141 spec :
4242 accessModes :
43- - ReadWriteOnce
43+ - ReadWriteOnce
4444 resources :
4545 requests :
4646 storage : 1
You can’t perform that action at this time.
0 commit comments