This commit is contained in:
Nathan Rashleigh 2026-02-09 23:21:49 +11:00
parent 972209ed04
commit 2651cfd7da

View File

@ -127,15 +127,17 @@ spec:
imagePullPolicy: Always imagePullPolicy: Always
# Override default dry-run command to actually download # Override default dry-run command to actually download
# command: command:
# - "deno" - "deno"
# - "run" - "run"
# - "--allow-net" - "--allow-import"
# - "--allow-read" - "--allow-net"
# - "--allow-write" - "--allow-read"
# - "--allow-env" - "--allow-write"
# - "--allow-sys" - "--allow-env"
# - "mapsdl.ts" - "--allow-sys"
- "--allow-run"
- "mapsdl.ts"
env: env:
- name: MAPS_DIR - name: MAPS_DIR