Skip to content

Commit

Permalink
Make doc string more specific.
Browse files Browse the repository at this point in the history
  • Loading branch information
mareuter committed Nov 20, 2024
1 parent be5f538 commit f16fa67
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion applications/sasquatch/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ Rubin Observatory's telemetry service
| strimzi-kafka.users.replicator.enabled | bool | `false` | Enable user replicator (used by Mirror Maker 2 and required at both source and target clusters) |
| strimzi-kafka.users.telegraf.enabled | bool | `false` | Enable user telegraf (deployed by parent Sasquatch chart) |
| strimzi-kafka.users.tsSalKafka.enabled | bool | `false` | Enable user ts-salkafka, used at the telescope environments |
| strimzi-kafka.users.tsSalKafka.topics | list | `[]` | Create topics for the ts-salkafka user not controlled by CSCs |
| strimzi-kafka.users.tsSalKafka.topics | list | `[]` | Create lsst.s3.* related topics for the ts-salkafka user. |
| telegraf-kafka-consumer.affinity | object | `{}` | Affinity for pod assignment |
| telegraf-kafka-consumer.args | list | `[]` | Arguments passed to the Telegraf agent containers |
| telegraf-kafka-consumer.enabled | bool | `false` | Wether the Telegraf Kafka Consumer is enabled |
Expand Down
2 changes: 1 addition & 1 deletion applications/sasquatch/charts/strimzi-kafka/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,4 @@ A subchart to deploy Strimzi Kafka components for Sasquatch.
| users.replicator.enabled | bool | `false` | Enable user replicator (used by Mirror Maker 2 and required at both source and target clusters) |
| users.telegraf.enabled | bool | `false` | Enable user telegraf (deployed by parent Sasquatch chart) |
| users.tsSalKafka.enabled | bool | `false` | Enable user ts-salkafka, used at the telescope environments |
| users.tsSalKafka.topics | list | `[]` | Create topics for the ts-salkafka user not controlled by CSCs |
| users.tsSalKafka.topics | list | `[]` | Create lsst.s3.* related topics for the ts-salkafka user. |
2 changes: 1 addition & 1 deletion applications/sasquatch/charts/strimzi-kafka/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ users:
# -- Enable user ts-salkafka, used at the telescope environments
enabled: false

# -- Create topics for the ts-salkafka user not controlled by CSCs
# -- Create lsst.s3.* related topics for the ts-salkafka user.
topics: []

kafdrop:
Expand Down

0 comments on commit f16fa67

Please sign in to comment.