Skip to content
Merged
Changes from 2 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
2 changes: 1 addition & 1 deletion tests/templates/kuttl/oidc-opa/30_nifi.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ spec:
- -euo
- pipefail
args:
- cp /tmp/flow.json /stackable/data/database/flow.json && gzip /stackable/data/database/flow.json
- cp /tmp/flow.json /stackable/data/database/flow.json && gzip -f /stackable/data/database/flow.json
Comment thread
razvan marked this conversation as resolved.
Outdated
volumeMounts:
- mountPath: /stackable/data/database
name: database-repository
Expand Down
Loading