You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Better handling of PATH env var with initConfig (#401)
* π add new exclusion for PATH env
* β¬οΈ bump chart
* β¬οΈ bump chart minor
* β¨ Add new PATH envvar logic
* β Add test for new logic
* π update doc
Copy file name to clipboardExpand all lines: charts/atlantis/values.schema.json
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -866,6 +866,10 @@
866
866
"type": "string",
867
867
"description": "Name of a Secret for Atlantis' HTTPS certificate containing the following data items `tls.crt` with the public certificate and `tls.key` with the private key."
868
868
},
869
+
"extraPath": {
870
+
"type": "string",
871
+
"description": "Additional paths that will be appended to the system `PATH` environment variable. These paths should be separated with `:` to match system notation."
872
+
},
869
873
"environment": {
870
874
"type": "object",
871
875
"description": "Map of environment variables for the container.",
0 commit comments