diff --git a/surf/megastructure-surf.yaml b/surf/megastructure-surf.yaml index 6ca8613..91dac6f 100755 --- a/surf/megastructure-surf.yaml +++ b/surf/megastructure-surf.yaml @@ -127,15 +127,17 @@ spec: imagePullPolicy: Always # Override default dry-run command to actually download - # command: - # - "deno" - # - "run" - # - "--allow-net" - # - "--allow-read" - # - "--allow-write" - # - "--allow-env" - # - "--allow-sys" - # - "mapsdl.ts" + command: + - "deno" + - "run" + - "--allow-import" + - "--allow-net" + - "--allow-read" + - "--allow-write" + - "--allow-env" + - "--allow-sys" + - "--allow-run" + - "mapsdl.ts" env: - name: MAPS_DIR