Skip to content

Commit 8b14643

Browse files
committed
fix(tests): force gzip output to prevent pod crashlooping in case of restart
1 parent 940f265 commit 8b14643

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/templates/kuttl/oidc-opa/30_nifi.yaml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ spec:
5959
- -euo
6060
- pipefail
6161
args:
62-
- cp /tmp/flow.json /stackable/data/database/flow.json && gzip /stackable/data/database/flow.json
62+
- cp /tmp/flow.json /stackable/data/database/flow.json && gzip -f /stackable/data/database/flow.json
6363
volumeMounts:
6464
- mountPath: /stackable/data/database
6565
name: database-repository

0 commit comments

Comments
 (0)