Skip to content

Commit

Permalink
chore: remove MinIO & Redis PDB that is not supported by the CI runner
Browse files Browse the repository at this point in the history
Signed-off-by: SdgJlbl <[email protected]>
  • Loading branch information
SdgJlbl committed May 29, 2024
1 parent 59ec316 commit d84bcb2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions charts/substra-backend/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -996,6 +996,8 @@ redis:
appendonly yes
# Disable RDB persistence since AOF persistence is enabled
save ""
pdb:
create: false

## @skip docker-registry
##
Expand Down Expand Up @@ -1053,6 +1055,8 @@ minio:
drop: [ "ALL" ]
seccompProfile:
type: "RuntimeDefault"
pdb:
create: false

## @skip localstack
##
Expand Down

0 comments on commit d84bcb2

Please sign in to comment.