Skip to content

Commit

Permalink
Update values.yaml
Browse files Browse the repository at this point in the history
Commented examples
  • Loading branch information
KimHakobyan authored Oct 11, 2023
1 parent a523a07 commit e598e91
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions charts/odd-collector/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,10 @@ collectorConfig: |
database: "some_database_name"
user: "some_user_name"
password: !ENV ${POSTGRES_PASSWORD}
- type: mysql
name: test_mysql_collector
host: "localhost"
port: 3306
database: "some_database_name"
user: "some_user_name"
password: "some_password"
# - type: mysql
# name: test_mysql_collector
# host: "localhost"
# port: 3306
# database: "some_database_name"
# user: "some_user_name"
# password: "some_password"

0 comments on commit e598e91

Please sign in to comment.