Skip to content

Commit

Permalink
wip: remove flavor var from create.yaml; changed flavor upstream-ce t…
Browse files Browse the repository at this point in the history
…o upstream
  • Loading branch information
TristanHoladay committed Jan 29, 2024
1 parent d326ece commit 3f9307f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions tasks/create.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
includes:
- create: https://raw.githubusercontent.com/defenseunicorns/uds-common-tasks/v0.1.0/tasks/create.yaml

variables:
- name: FLAVOR
default: "registry1"

tasks:
- name: sonarqube-test-bundle
description: Create the UDS bundle with Sonarqube and its dependencies
Expand Down
2 changes: 1 addition & 1 deletion zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ components:
required: true
description: "Deploy sonarqube"
only:
flavor: upstream-ce
flavor: upstream
charts:
- name: sonarqube
#helm repo add sonarqube https://SonarSource.github.io/helm-chart-sonarqube
Expand Down

0 comments on commit 3f9307f

Please sign in to comment.