Skip to content

Commit

Permalink
Merge pull request #189 from razee-io/missing_volumne_mount
Browse files Browse the repository at this point in the history
add volume mount for the init container
  • Loading branch information
dalehille committed Mar 2, 2020
2 parents 3557e83 + 4a19356 commit 6f6d540
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions kubernetes/razeedash-api/resource.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ items:
command: ["npm", "run", "wait-mongo"]
imagePullPolicy: Always
name: razeedash-api-init
volumeMounts:
- name: razeedash-secret-vol
mountPath: /var/run/secrets/razeeio/razeedash-secret
containers:
- env:
- name: S3_ENDPOINT
Expand Down

0 comments on commit 6f6d540

Please sign in to comment.