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

     1  kind: JackalInitConfig
     2  metadata:
     3    name: init
     4    description: Used to establish a new Jackal cluster
     5  
     6  components:
     7    - name: k3s
     8      import:
     9        path: packages/distros/k3s
    10  
    11    # This package moves the injector & registries binaries
    12    - name: jackal-injector
    13      required: true
    14      import:
    15        path: packages/jackal-registry
    16  
    17    # Creates the temporary seed-registry
    18    - name: jackal-seed-registry
    19      required: true
    20      import:
    21        path: packages/jackal-registry
    22  
    23    # Creates the permanent registry
    24    - name: jackal-registry
    25      required: true
    26      import:
    27        path: packages/jackal-registry
    28  
    29    # Creates the pod+git mutating webhook
    30    - name: jackal-agent
    31      required: true
    32      import:
    33        path: packages/jackal-agent
    34  
    35    # (Optional) Adds logging to the cluster
    36    - name: logging
    37      import:
    38        path: packages/logging-pgl
    39  
    40    # (Optional) Adds a git server to the cluster
    41    - name: git-server
    42      import:
    43        path: packages/gitea