fix(storj-node): run as root so migrations can complete (#2187)
* fix(storj-node): run as root so migrations can complete * notes * note 2 * notes
This commit is contained in:
@@ -3,9 +3,17 @@ image:
|
||||
tag: v1.50.2@sha256:0e864b2acfeadf798a85bc2233b779be9bd69010cff005ab4911bb6eacb11c2e
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
securityContext:
|
||||
runAsNonRoot: false
|
||||
readOnlyRootFilesystem: false
|
||||
|
||||
podSecurityContext:
|
||||
runAsUser: 0
|
||||
runAsGroup: 0
|
||||
secret:
|
||||
WALLET: "walletaddress"
|
||||
|
||||
|
||||
env:
|
||||
SETUP: true
|
||||
EMAIL: ""
|
||||
|
||||
Reference in New Issue
Block a user