github.com/Racer159/jackal@v0.32.7-0.20240401174413-0bd2339e4f2e/examples/component-choice/jackal.yaml (about)

     1  kind: JackalPackageConfig
     2  metadata:
     3    name: component-choice
     4    description: Test component to demonstrate grouping components for a user to choose from
     5  
     6  components:
     7    - name: first-choice
     8      group: example-choice
     9      files:
    10        - source: blank-file.txt
    11          target: first-choice-file.txt
    12  
    13    - name: second-choice
    14      group: example-choice
    15      default: true
    16      files:
    17        - source: blank-file.txt
    18          target: second-choice-file.txt