Created
June 23, 2025 18:31
-
-
Save max-sixty/e4dd938559710d94dc335b7042c341a0 to your computer and use it in GitHub Desktop.
Safety Net test configurations for remote config testing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Minimal valid configuration | |
image: alpine:latest |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Test configuration with environment variables | |
image: python:3.11-slim | |
envs: | |
FROM_REMOTE: "remote_value" | |
OVERRIDE_TEST: "remote_override" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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