Skip to content

Commit

Permalink
feat: add common file structure
Browse files Browse the repository at this point in the history
  • Loading branch information
rjones18 committed Jun 28, 2024
1 parent ef41fc5 commit 4e3e213
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions common/zarf.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# yaml-language-server: $schema=https://raw.githubusercontent.com/defenseunicorns/zarf/main/zarf.schema.json
kind: ZarfPackageConfig
metadata:
name: jira-common
description: "UDS Jira Common Package"

components:
- name: jira
required: true
charts:
- name: uds-jira-config
namespace: jira
version: 0.1.0
localPath: ../chart
# renovate: datasource=helm
- name: jira
namespace: jira
url: https://repo1.dso.mil/big-bang/product/community/jira.git
version: "1.20.0-bb.0"
gitPath: chart
repoName: jira
releaseName: jira
valuesFiles:
- ../values/common-values.yaml

Check failure on line 24 in common/zarf.yaml

View workflow job for this annotation

GitHub Actions / Lint

24:41 [new-line-at-end-of-file] no new line character at the end of file

0 comments on commit 4e3e213

Please sign in to comment.