6.4. Creating a reference configuration
Configure a reference configuration to validate configuration resources from a cluster.
6.4.1. Structure of the metadata.yaml file 링크 복사링크가 클립보드에 복사되었습니다!
The metadata.yaml file provides a central configuration point to define and configure the templates in a reference configuration. The file features a hierarchy of parts and components. parts are groups of components and components are groups of templates. Under each component, you can configure template dependencies, validation rules, and add descriptive metadata.
Example metadata.yaml file
apiVersion: v2
parts:
- name: Part1
components:
- name: Component1
<component1_configuration>
- name: Part2
- name: Component2
<component2_configuration>