Skip to content

Commit

Permalink
Fix configuration item docs
Browse files Browse the repository at this point in the history
  • Loading branch information
michel-kraemer committed Jul 15, 2024
1 parent 4f5b402 commit 4509f48
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions src/main/kotlin/ConfigConstants.kt
Original file line number Diff line number Diff line change
Expand Up @@ -248,8 +248,8 @@ object ConfigConstants {
const val CLUSTER_HAZELCAST_KUBERNETES_SERVICENAME = "steep.cluster.kubernetes.serviceName"

/**
* An optional service label name (or a comma-separated list of names) to
* limit the cluster members to pods that are connected to a given service.
* An optional service label name to limit the cluster members to pods that
* are connected to a given service.
*
* Must be used together with [CLUSTER_HAZELCAST_KUBERNETES_SERVICELABELVALUE].
*
Expand All @@ -261,11 +261,10 @@ object ConfigConstants {
const val CLUSTER_HAZELCAST_KUBERNETES_SERVICELABELNAME = "steep.cluster.kubernetes.serviceLabelName"

/**
* An optional service label value (or a comma-separated list of value) to
* limit the cluster members to pods that are connected to a given service.
* An optional service label value to limit the cluster members to pods that
* are connected to a given service.
*
* Must be used together with [CLUSTER_HAZELCAST_KUBERNETES_SERVICELABELNAME]
* and the number of values must match the number of names.
* Must be used together with [CLUSTER_HAZELCAST_KUBERNETES_SERVICELABELNAME].
*/
const val CLUSTER_HAZELCAST_KUBERNETES_SERVICELABELVALUE = "steep.cluster.kubernetes.serviceLabelValue"

Expand Down

0 comments on commit 4509f48

Please sign in to comment.