Update docs/zh/developer/develop/package/manifest.md

Co-authored-by: Meow33 <supermonkey03@163.com>
This commit is contained in:
Teng 2025-11-20 21:37:07 +08:00 committed by GitHub
parent 7e9b0bcdc5
commit 6facfd93ee
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -859,7 +859,7 @@ envs:
valueFrom:
envName: OLARES_SYSTEM_CLUSTER_DNS_SERVICE
# 引用系统环境变量的值。如果采用该方式,将不允许用户手动指定/修改其value
# 引用包含了带引用的环境变量的所有可声明字段(type,editable),应用环境变量里的同名属性会失效default/value字段也会失效
# 引用后,此环境变量的可声明字段(type,editable)将被系统环境变量的对应属性覆盖default/value字段也会失效
applyOnChange: true
# 是否在此环境变量的值变化时自动重新部署应用,使变化生效