Configure GUI Schema for Manifests
Last updated
Last updated
In Devtron, you can create CRDs for defining the GUI schema. Your GUI schema will be used to determine the fields displayed to the user when they edit the manifest in GUI mode.
Go to Resource Browser and select your cluster.
Use the searchbox labelled 'Jump to Kind' and search for Guischema
.
Click the GUI schema you wish to edit. In case no GUI schema exists, you may create a GUI schema for your resource kind.
Click Edit Live Manifest to modify the YAML.
Locate the schema
object and customize it according to your requirements.
Click Apply Changes.
Go to Resource Browser and select your cluster.
Click Create Resource at the top.
Use the following template and define your schema in the schema
object, also specify the resource kinds in applyTo
. Once done, click Apply.