Skip to content

Commit

Permalink
updated values to reflect mulitsource and clustergroup chart
Browse files Browse the repository at this point in the history
  • Loading branch information
day0hero committed Dec 5, 2024
1 parent d1bcc78 commit ccdf205
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 3 additions & 1 deletion values-global.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
global:
pattern: emerging-disease-detection
hubClusterDomain: "AUTO" # this is for test only This value is automatically fetched when Invoking against a cluster

options:
useCSV: false
Expand All @@ -10,3 +9,6 @@ global:

main:
clusterGroupName: hub
multiSourceConfig:
enabled: true
clusterGroupChartVersion: 0.9.*
8 changes: 5 additions & 3 deletions values-hub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ clusterGroup:
name: vault
namespace: vault
project: hub
path: common/hashicorp-vault
chart: hashicorp-vault
chartVersion: 0.1.*

sso:
name: sso
Expand Down Expand Up @@ -160,11 +161,12 @@ clusterGroup:
jqPathExpressions:
- '.spec.template.spec.containers[].image'

secrets-operator:
golang-external-secrets:
name: golang-external-secrets
namespace: golang-external-secrets
project: hub
path: common/golang-external-secrets
chart: golang-external-secrets
chartVersion: 0.1.*

imperative:
# NOTE: We *must* use lists and not hashes. As hashes lose ordering once parsed by helm
Expand Down

0 comments on commit ccdf205

Please sign in to comment.