hackmd mount data volume as hackmd user id to make writes work

This commit is contained in:
viktorbarzin 2021-03-07 00:54:54 +00:00
parent d7c5eb6bc5
commit 1b0c976ffb
No known key found for this signature in database
GPG key ID: 0EB088298288D958
2 changed files with 3 additions and 0 deletions

View file

@ -99,6 +99,9 @@ resource "kubernetes_deployment" "hackmd" {
protocol = "TCP"
}
}
security_context {
fs_group = "1500"
}
volume {
name = "data"
iscsi {

Binary file not shown.