Skip to content

Commit 3dca25e

Browse files
authored
Merge pull request #53 from Kpler/chore/update-topic-name-regex
chore: update topic name regex
2 parents c086389 + 0d86cdd commit 3dca25e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

kp_pre_commit_hooks/gitops_values_validation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
# Validate topic names follow pattern: (private.)?serviceName.topic(-version)?(.suffix)?
3535
TOPIC_NAME_REGEXP = re.compile(
36-
r"^(private\.)?(?P<serviceName>[a-z][a-z0-9-]*)\.[a-z][a-z0-9]*(-[0-9]+)?(\.[a-z0-9]+)?$"
36+
r"^(private\.)?(?P<serviceName>[a-z][a-z0-9-]*)\.[a-z][a-z0-9-]*(-[0-9]+)?(\.[a-z0-9]+)?$"
3737
)
3838

3939
TWINGATE_DOC_URL = "https://kpler.atlassian.net/wiki/spaces/KSD/pages/243562083/Install+and+configure+the+Twingate+VPN+client"

0 commit comments

Comments
 (0)