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 9ae04b4c83
commit 67036d7426

View file

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