hackmd mount data volume as hackmd user id to make writes work
This commit is contained in:
parent
d7c5eb6bc5
commit
1b0c976ffb
2 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 {
|
||||
|
|
|
|||
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue