Skip to main content

Config

Configs can be associated to a component using the config property. A linked config shows up in the component page in the right hand side panel.

Component Config relationship

components:
- configs:
- name: flanksource-canary-cluster
type: EKS

Config

FieldDescriptionSchemeRequired
nameSpecify the name of the config item.stringoptional
namespaceSpecify the namespace of the config item.stringoptional
typeSpecify type of config item.stringoptional
tagsSpecify tags of config item.map[string]stringoptional

This Config object is used to find the config item to associate with the component. It's important to note that there can be multiple config items that can match the same Config object. The first match is used in that case.

To get a better result, you can provide more information in the Config object; example: provide name, namespace and type instead of just providing the namespace.