From 4a0dcc1b052c7c6f4f4896bab30e4aeb7bcef9d1 Mon Sep 17 00:00:00 2001 From: Reggie Jones Date: Fri, 28 Jun 2024 14:33:39 -0500 Subject: [PATCH] feat: add common file structure --- common/zarf.yaml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 common/zarf.yaml diff --git a/common/zarf.yaml b/common/zarf.yaml new file mode 100644 index 0000000..24b606b --- /dev/null +++ b/common/zarf.yaml @@ -0,0 +1,22 @@ +# yaml-language-server: $schema=https://raw.githubusercontent.com/defenseunicorns/zarf/main/zarf.schema.json +kind: ZarfPackageConfig +metadata: + name: confluence-common + description: "UDS confluence Common Package" + +components: + - name: confluence + required: true + charts: + - name: uds-confluence-config + namespace: confluence + version: 0.1.0 + localPath: ../chart + # renovate: datasource=helm + - name: confluence + namespace: confluence + url: https://repo1.dso.mil/big-bang/product/community/confluence.git + version: "1.20.0-bb.6" + gitPath: chart + repoName: confluence + releaseName: confluence \ No newline at end of file