Skip to content

Commit

Permalink
Add ESO on the factory
Browse files Browse the repository at this point in the history
  • Loading branch information
mbaldessari committed Nov 19, 2024
1 parent 0c304a7 commit 7a27d90
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 5 deletions.
4 changes: 4 additions & 0 deletions charts/factory/manuela-stormshift/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ global:
localClusterDomain: local.example.com
hubClusterDomain: hub.example.com

secretStore:
name: vault-backend
kind: ClusterSecretStore

messaging:
vibrationAlert: true
vibrationAnomaly: true
Expand Down
20 changes: 15 additions & 5 deletions values-factory.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ clusterGroup:
isHubCluster: false

namespaces:
- golang-external-secrets
- manuela-stormshift-line-dashboard
- manuela-stormshift-machine-sensor
- manuela-stormshift-messaging
Expand All @@ -21,11 +22,20 @@ clusterGroup:
- factory

applications:
- name: stormshift
project: factory
path: charts/factory/manuela-stormshift
extraValueFiles:
- /overrides/values-prod-imagedata.yaml
eso:
name: golang-external-secrets
namespace: golang-external-secrets
project: factory
chart: golang-external-secrets
chartVersion: 0.1.*

stormshift:
name: stormshift
project: factory
path: charts/factory/manuela-stormshift
extraValueFiles:
- /overrides/values-prod-imagedata.yaml


#
# To have apps in multiple flavors, use namespaces and use helm overrides as appropriate
Expand Down

0 comments on commit 7a27d90

Please sign in to comment.