Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: separate application chart from config chart component #153

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 12 additions & 8 deletions common/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,13 @@ metadata:
description: "UDS GitLab Common Package"

components:
- name: gitlab
- name: gitlab-config
required: true
charts:
- name: uds-gitlab-config
namespace: gitlab
version: 0.2.0
localPath: ../chart
- name: gitlab
namespace: gitlab
url: https://charts.gitlab.io/
gitPath: chart
version: "8.0.1"
valuesFiles:
- ../values/common-values.yaml
actions:
onDeploy:
after:
Expand All @@ -30,3 +23,14 @@ components:
name: gitlab
namespace: gitlab
condition: "'{.status.phase}'=Ready"

- name: gitlab
required: true
charts:
- name: gitlab
namespace: gitlab
url: https://charts.gitlab.io/
gitPath: chart
version: "8.0.1"
valuesFiles:
- ../values/common-values.yaml
Loading