Skip to main content

Variables

Variables allow to reuse you application template for different deployments. It can be really useful if you

  • use helm charts
  • have staging and production deployments.
  • sell your app for a several customers and need to deploy one application instance per customer

Let`s create a new variable.

variables-ui

Now you have a variable. if you select Value source as Application configuration UI than you will see a new input field here:

variables-ui

It convenient to have often used variables on specified tab.

Security advice

Users with role Developer can edit this vars too but can not edit yaml directly. It is a good way to provide to Developers and QA team in your company limited number of variables that they can edit.

You can get all available variables with values for application service here: get-var-ui

Use variable in yaml configuration

Let`s use it in yaml configuration.

use-var-ui use-var-ui use-var1-ui

Use variable in routes

variable in routes