diff --git a/liquid-code/templates/Deployments/testing-module-worker-deployment.yaml b/liquid-code/templates/Deployments/testing-module-worker-deployment.yaml index 5b73182..e62b667 100644 --- a/liquid-code/templates/Deployments/testing-module-worker-deployment.yaml +++ b/liquid-code/templates/Deployments/testing-module-worker-deployment.yaml @@ -23,4 +23,6 @@ spec: imagePullPolicy: Always ports: - containerPort: 8080 + securityContext: + privileged: true {{ end }} diff --git a/liquid-code/values.yaml b/liquid-code/values.yaml index 2532c3e..c08bbfd 100644 --- a/liquid-code/values.yaml +++ b/liquid-code/values.yaml @@ -13,7 +13,7 @@ jwt: database: secretName: liquid-db-app migrateDb: true - dropDb: true + dropDb: false frontend: enable: true testingModule: