-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathzarf.yaml
34 lines (33 loc) · 1010 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
# yaml-language-server: $schema=https://raw.githubusercontent.com/defenseunicorns/zarf/main/zarf.schema.json
kind: ZarfPackageConfig
metadata:
name: mattermost-common
description: "UDS Mattermost Common Package"
components:
- name: mattermost
required: true
charts:
- name: uds-mattermost-config
namespace: mattermost
version: 0.1.0
localPath: ../chart
valuesFiles:
- ../values/config-values.yaml
- name: mattermost-enterprise-edition
namespace: mattermost
url: https://helm.mattermost.com
gitPath: chart
version: 2.6.58
valuesFiles:
- ../values/common-values.yaml
actions:
onDeploy:
after:
- description: Validate Mattermost Package
maxTotalSeconds: 300
wait:
cluster:
kind: Packages
name: mattermost
namespace: mattermost
condition: "'{.status.phase}'=Ready"