Created
June 23, 2025 18:31
-
-
Save max-sixty/e4dd938559710d94dc335b7042c341a0 to your computer and use it in GitHub Desktop.
Revisions
-
max-sixty created this gist
Jun 23, 2025 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,2 @@ # 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 charactersOriginal 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" 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 charactersOriginal 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'"