This commit is contained in:
2023-07-25 12:28:29 +02:00
parent a071f5e78c
commit e5f5f06642
2 changed files with 46 additions and 50 deletions

View File

@@ -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
}