Skip to content

Instantly share code, notes, and snippets.

@max-sixty
Created June 23, 2025 18:31
Show Gist options
  • Select an option

  • Save max-sixty/e4dd938559710d94dc335b7042c341a0 to your computer and use it in GitHub Desktop.

Select an option

Save max-sixty/e4dd938559710d94dc335b7042c341a0 to your computer and use it in GitHub Desktop.

Revisions

  1. max-sixty created this gist Jun 23, 2025.
    2 changes: 2 additions & 0 deletions minimal.yaml
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,2 @@
    # Minimal valid configuration
    image: alpine:latest
    5 changes: 5 additions & 0 deletions remote-env.yaml
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,5 @@
    # Test configuration with environment variables
    image: python:3.11-slim
    envs:
    FROM_REMOTE: "remote_value"
    OVERRIDE_TEST: "remote_override"
    6 changes: 6 additions & 0 deletions test-config.yaml
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,6 @@
    # Test configuration for Safety Net remote config tests
    image: python:3.11-slim
    envs:
    TEST_ENV: "from_remote"
    REMOTE_CONFIG: "true"
    default-command: "echo 'Remote config loaded successfully'"