Skip to content

Commit

Permalink
wip: add example overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael-Kruggel committed Oct 15, 2024
1 parent 4785163 commit bc4463c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions bundle/uds-bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,14 @@ packages:
# x-release-please-end
overrides:
jira:
uds-jira-config:
values:
# Values to enable clustering
- path: clustering.enabled
value: false # Set to true for clustering
jira:
values:
- path: database.credentials.secretName
value: jira.jira.pg-cluster.credentials.postgresql.acid.zalan.do
- path: jira.clustering.enabled
value: false # Set to true for clustering
2 changes: 1 addition & 1 deletion chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
domain: "###ZARF_VAR_DOMAIN###"

clustering:
enabled: true
enabled: false

postgres:
# Set to false to use external postgres
Expand Down
2 changes: 1 addition & 1 deletion values/common-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jira:
runAsUser: 2001
runAsGroup: 2001
clustering:
enabled: true
enabled: false
service:
annotations:
traffic.sidecar.istio.io/excludeOutboundIPRanges: 10.43.60.232
Expand Down

0 comments on commit bc4463c

Please sign in to comment.