Skip to content

Commit

Permalink
[MOSIP-35490] Fixed reporting chart lint issues
Browse files Browse the repository at this point in the history
Signed-off-by: syed salman <[email protected]>
  • Loading branch information
syedsalman3753 committed Dec 4, 2024
1 parent 1eb21c0 commit b6460d9
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@ jars
jars_legacy
.idea
target
bin
bin
helm/*/Chart.lock
helm/*/charts/
13 changes: 9 additions & 4 deletions helm/reporting/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,16 +101,21 @@ debezium:
kafkaClient:
enabled: true
image: confluentinc/cp-kafka
db_secretref:
name: postgres-postgresql
key: postgresql-password
# the following is when no secret is to be used from db_pass
db_secretref: null
# db_secretref:
# name: postgres-postgresql
# key: postgresql-password

bitnami-kafka:
fullnameOverride: kafka
enabled: true
replicaCount: 4
persistence:
enabled: false
kraft:
enabled: false
deleteTopicEnable: true
zookeeper:
fullnameOverride: kafka-zookeeper
enabled: true
Expand Down Expand Up @@ -170,7 +175,7 @@ confluentinc:
customEnv: {}

bitnami-elasticsearch:
enabled: true
enabled: false
global:
kibanaEnabled: true
data:
Expand Down
2 changes: 1 addition & 1 deletion scripts/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ kafkaClient:
# the following is when no secret is to be used from db_pass
db_secretref: null

# Enable if you do not have Elastisearch already installed in your cluster
# Enable if you do not have Elasticsearch already installed in your cluster
bitnami-elasticsearch:
enabled: false

0 comments on commit b6460d9

Please sign in to comment.