From 33792a94f8f73ac7000d2998be84ee29a5954038 Mon Sep 17 00:00:00 2001 From: Reggie Jones Date: Fri, 28 Jun 2024 10:40:34 -0500 Subject: [PATCH] feat: add common file and update zarf.yaml files --- common/zarf.yaml | 1 - zarf.yaml | 32 ++++++++++++++++---------------- 2 files changed, 16 insertions(+), 17 deletions(-) diff --git a/common/zarf.yaml b/common/zarf.yaml index 671740b..f165fb0 100644 --- a/common/zarf.yaml +++ b/common/zarf.yaml @@ -22,4 +22,3 @@ components: releaseName: jira valuesFiles: - ../values/common-values.yaml - diff --git a/zarf.yaml b/zarf.yaml index 45607b5..86d1f89 100644 --- a/zarf.yaml +++ b/zarf.yaml @@ -17,19 +17,19 @@ variables: default: "uds.dev" components: - - name: jira - required: true - description: "Deploy jira" - import: - path: common - only: - flavor: registry1 - cluster: - architecture: amd64 - charts: - - name: jira - valuesFiles: - - values/registry1-values.yaml - images: - - registry1.dso.mil/ironbank/atlassian/jira-data-center/jira-node:9.16.1 - - registry1.dso.mil/ironbank/redhat/ubi/ubi8-minimal:8.10 + - name: jira + required: true + description: "Deploy jira" + import: + path: common + only: + flavor: registry1 + cluster: + architecture: amd64 + charts: + - name: jira + valuesFiles: + - values/registry1-values.yaml + images: + - registry1.dso.mil/ironbank/atlassian/jira-data-center/jira-node:9.16.1 + - registry1.dso.mil/ironbank/redhat/ubi/ubi8-minimal:8.10