Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
benmountjoy111 committed Nov 2, 2023
1 parent 94e5cc5 commit 7e674d0
Showing 1 changed file with 14 additions and 9 deletions.
23 changes: 14 additions & 9 deletions zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ metadata:
description: Used to establish a new Zarf cluster

components:
# - name: k3s
# import:
# path: packages/distros/k3s
- name: k3s
import:
path: packages/distros/k3s

# This package moves the injector & registries binaries
- name: zarf-injector
Expand All @@ -20,12 +20,14 @@ components:
import:
path: packages/zarf-registry

# Push longhorn images to seed-registry
- name: longhorn-images-initial
required: true
import:
path: examples/longhorn
name: longhorn-images

# Deploy longhorn
- name: longhorn-deployment
required: true
import:
Expand All @@ -37,10 +39,13 @@ components:
import:
path: packages/zarf-registry

# Push longhorn (and registry) images to permanent registry
- name: longhorn-images
required: true
import:
path: examples/longhorn
images:
- "###ZARF_PKG_TMPL_REGISTRY_IMAGE_DOMAIN######ZARF_PKG_TMPL_REGISTRY_IMAGE###:###ZARF_PKG_TMPL_REGISTRY_IMAGE_TAG###"

# Creates the pod+git mutating webhook
- name: zarf-agent
Expand All @@ -49,11 +54,11 @@ components:
path: packages/zarf-agent

# (Optional) Adds logging to the cluster
# - name: logging
# import:
# path: packages/logging-pgl
- name: logging
import:
path: packages/logging-pgl

# (Optional) Adds a git server to the cluster
# - name: git-server
# import:
# path: packages/gitea
- name: git-server
import:
path: packages/gitea

0 comments on commit 7e674d0

Please sign in to comment.