Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想包装 openshift 中给出的现有 s2i 脚本。我想在运行脚本中添加导出另外两个环境变量。
我不想覆盖现有的,我只想扩展它们。
干杯
您不需要包装run脚本。.s2i/environment您可以通过添加文件并将它们作为值添加到图像中来指定要嵌入到图像中的额外环境变量A=B。
run
.s2i/environment
A=B
您也可以使用oc set env命令在部署配置中设置它们。
oc set env