github.com/Racer159/jackal@v0.32.7-0.20240401174413-0bd2339e4f2e/src/test/packages/51-import-everything/inception/jackal.yaml (about)

     1  kind: JackalPackageConfig
     2  metadata:
     3    name: importception
     4    description: Test nearly every type of skeleton import
     5    version: 0.0.1
     6  
     7  components:
     8    - name: import-component-local
     9      required: true
    10      import:
    11        url: oci://localhost:555/import-everything:0.0.1
    12  
    13    - name: import-component-oci
    14      required: true
    15      import:
    16        url: oci://localhost:555/import-everything:0.0.1
    17  
    18    - name: import-big-bang
    19      required: true
    20      import:
    21        url: oci://localhost:555/import-everything:0.0.1
    22  
    23    - name: file-imports
    24      required: true
    25      import:
    26        url: oci://localhost:555/import-everything:0.0.1
    27  
    28    - name: local-chart-import
    29      required: true
    30      import:
    31        url: oci://localhost:555/import-everything:0.0.1