Skip to content

Commit d93aaf0

Browse files
razvansbernauer
andauthored
fix(tests): force gzip output to prevent pod crashlooping in case of restart (#923)
* fix(tests): force gzip output to prevent pod crashlooping in case of restart * Update tests/templates/kuttl/oidc-opa/30_nifi.yaml.j2 Co-authored-by: Sebastian Bernauer <sebastian.bernauer@stackable.de> --------- Co-authored-by: Sebastian Bernauer <sebastian.bernauer@stackable.de>
1 parent 69f825d commit d93aaf0

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 --force /stackable/data/database/flow.json
6363
volumeMounts:
6464
- mountPath: /stackable/data/database
6565
name: database-repository

0 commit comments

Comments
 (0)