hackmd mount data volume as hackmd user id to make writes work
This commit is contained in:
parent
9ae04b4c83
commit
67036d7426
1 changed files with 3 additions and 0 deletions
|
|
@ -99,6 +99,9 @@ resource "kubernetes_deployment" "hackmd" {
|
|||
protocol = "TCP"
|
||||
}
|
||||
}
|
||||
security_context {
|
||||
fs_group = "1500"
|
||||
}
|
||||
volume {
|
||||
name = "data"
|
||||
iscsi {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue