Updating Parameter Context when the external source has changed
The Parameters that you fetched from an external source may change in that external source over time. In such cases you need to fetch the Parameters again using the Parameter Providers.
sys.other
parameter, update the value of the
sys.admin.username
parameter, and add a new parameter
new-parameter
.$ rm /tmp/parameters/sys.other && \ print admin2 > /tmp/parameters/sys.admin.username && \ print test > /tmp/parameters/new-parameter
sys-other
parameter is removed, new-parameter
is added, and the value of
sys.admin.username
is changed. You can view the changes by clicking
the Fetch Parameters (down arrow) icon.