Overriding Resources in an Environment
Learn how to override different types of resources defined in your blueprint
Facets provides the capability to override the configuration for any resources in an environment from the Control Plane.
Prerequisites
- The environment you are using should have at least one defined resource in it to be able to override it.
Override a resource from the Control Plane
For a given blueprint and environment, you can find all the defined resources under the Resources tab in the sidebar.
- Login to Facets Control Plane.
- Select the Environment in your defined Blueprint.

Select the environment (Click on the image to expand)
- Navigate to the Resources tab from the sidebar and select the resource that you want to override.

Select the Resource (Click on the image to expand)
- You will now be able to view the Configuration screen where you can find currently defined values for that resource.
NOTE
All defined resources except for type
application
will directly open the Configuration screen for that resource.Resources that are of type
application
will direct the user to the Live Release tab. The Configuration tab can be accessed next to the Live Release tab.See Override resources of type
application
for more information.
- Click on the Override button, this will open a new page.

Override Button (Click on the image to expand)
- You can set new values or update any of the predefined values in this page. You can also view the original configuration as defined in the blueprint.

View current configuration (Click on the image to expand)
- Click the Submit button to submit your override.

Submit the override (Click on the image to expand)
- You will now be able to view the Review Changes screen.

Review Changes (Click on the image to expand)
- Click Save Changes button and you will see a popup toaster confirming the change with a message that this change will be applied in the next release.

Success Toaster (Click on the image to expand)
Override resources of type application
application
The override screen for resources that are of type
application
has two modes:
- Form Mode
- JSON Mode
You can override defined parameters for Container Configuration and User-defined Variables in Form Mode.

Override application
(Click on the image to expand)
You can also toggle to JSON Mode to get an override page matching all the other resources where you can input values from your keyboard.

Toggle JSON Mode (Click on the image to expand)
Constraints
The overridden configuration as changed by a user will only be enforced on the next release of the environment.
Updated 4 months ago