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 5e073f9 commit 4a0dcc1
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions common/zarf.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 4a0dcc1

Please sign in to comment.