Skip to content
This repository has been archived by the owner on Oct 3, 2024. It is now read-only.

Commit

Permalink
Add git-server as optional component to init package
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas Rodriguez committed Oct 13, 2023
1 parent 53600dc commit 0918ef1
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,16 @@ components:

- name: zarf-ecr-credential-helper
description: "CronJob that updates Zarf image pull secrets with new ECR tokens"
required: false
manifests:
- name: zarf-ecr-credential-helper
namespace: zarf
files:
- manifests/zarf-ecr-credential-helper.yaml
images:
- lucasrod96/zarf-ecr-credential-helper:v0.0.1

# (Optional) Adds a git server to the cluster
- name: git-server
import:
url: oci://ghcr.io/defenseunicorns/packages/init:v0.30.0-skeleton
name: git-server

0 comments on commit 0918ef1

Please sign in to comment.