Skip to content

Instantly share code, notes, and snippets.

@max-sixty
Created June 23, 2025 18:31
Show Gist options
  • Save max-sixty/e4dd938559710d94dc335b7042c341a0 to your computer and use it in GitHub Desktop.
Save max-sixty/e4dd938559710d94dc335b7042c341a0 to your computer and use it in GitHub Desktop.
Safety Net test configurations for remote config testing
# Minimal valid configuration
image: alpine:latest
# Test configuration with environment variables
image: python:3.11-slim
envs:
FROM_REMOTE: "remote_value"
OVERRIDE_TEST: "remote_override"
# 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'"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment