fix
This commit is contained in:
@@ -81,8 +81,6 @@ resource "kubectl_manifest" "deploy" {
|
||||
subPath: autostart.sh
|
||||
- name: home
|
||||
mountPath: /home/coder
|
||||
- name: podman-overlay
|
||||
mountPath: /home/coder/.local/share/containers/storage/overlay/
|
||||
- name: run
|
||||
mountPath: /run
|
||||
restartPolicy: Always
|
||||
@@ -113,7 +111,5 @@ resource "kubectl_manifest" "deploy" {
|
||||
claimName: "${var.component}-${var.instance}"
|
||||
- name: run
|
||||
emptyDir: {}
|
||||
- name: podman-overlay
|
||||
emptyDir: {}
|
||||
EOF
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user