We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c086389 + 0d86cdd commit 3dca25eCopy full SHA for 3dca25e
1 file changed
kp_pre_commit_hooks/gitops_values_validation.py
@@ -33,7 +33,7 @@
33
34
# Validate topic names follow pattern: (private.)?serviceName.topic(-version)?(.suffix)?
35
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]+)?$"
+ r"^(private\.)?(?P<serviceName>[a-z][a-z0-9-]*)\.[a-z][a-z0-9-]*(-[0-9]+)?(\.[a-z0-9]+)?$"
37
)
38
39
TWINGATE_DOC_URL = "https://kpler.atlassian.net/wiki/spaces/KSD/pages/243562083/Install+and+configure+the+Twingate+VPN+client"
0 commit comments