forked from defenseunicorns/peat-gateway
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathzarf.yaml
More file actions
30 lines (29 loc) · 841 Bytes
/
zarf.yaml
File metadata and controls
30 lines (29 loc) · 841 Bytes
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
kind: ZarfPackageConfig
metadata:
name: peat-gateway
description: Enterprise control plane for Peat mesh — multi-org tenancy, CDC, IDAM federation
version: 0.1.0
url: https://github.com/defenseunicorns/peat-gateway
architecture: amd64
components:
- name: peat-gateway
required: true
description: Deploy peat-gateway control plane
images:
- ghcr.io/defenseunicorns/peat-gateway:latest
charts:
- name: peat-gateway
localPath: chart/peat-gateway
namespace: peat-system
version: 0.1.0
valuesFiles:
- chart/peat-gateway/values.yaml
actions:
onDeploy:
after:
- wait:
cluster:
kind: deployment
name: peat-gateway
namespace: peat-system
condition: available