forked from zarf-dev/zarf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
zarf.yaml
40 lines (33 loc) · 791 Bytes
/
zarf.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
kind: ZarfInitConfig
metadata:
name: init
description: "Used to establish a new Zarf cluster"
components:
- name: k3s
import:
path: packages/distros/k3s
# This package moves the injector & registries binaries
- name: zarf-injector
required: true
import:
path: packages/zarf-injector
# Creates the temporary seed-registry
- name: zarf-seed-registry
required: true
import:
path: packages/zarf-registry
# Creates the permanent registry
- name: zarf-registry
required: true
import:
path: packages/zarf-registry
- name: zarf-agent
required: true
import:
path: packages/zarf-agent
- name: logging
import:
path: packages/logging-pgl
- name: git-server
import:
path: packages/gitea