apexdesigner / apex-cluster-manager

0 stars 0 forks source link

App Parameter Type #42

Closed dave-apex closed 2 years ago

dave-apex commented 2 years ago

I would like to have an App parameter type. This would let the user pick an app from the current namespace to fill in the value.

The example use case is selecting which Postgres instance should be used for an app. The template would use that name to set the host, password, etc env vars on that app.

dave-apex commented 2 years ago

Here is an example:

{
  name: 'camunda',
  type: 'App',
  templates: [
    'Camunda',
    'Camunda Enterprise'
  ],
  isRequired: true
}
dave-apex commented 2 years ago

This is included in 0.0.10