We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2e289c commit 9dfd74bCopy full SHA for 9dfd74b
dev/bootstrap-controller.php
@@ -16,7 +16,7 @@
16
exit(1);
17
}
18
19
-$upwardConfig = getenv('UPWARD_PHP_UPWARD_PATH');
+$upwardConfig = $_SERVER['UPWARD_PHP_UPWARD_PATH'];
20
if (!$upwardConfig) {
21
echo 'No path to UPWARD YAML file provided.' . PHP_EOL;
22
0 commit comments