Skip to content

Commit

Permalink
Use hyphen instead of underscore
Browse files Browse the repository at this point in the history
  • Loading branch information
shayancanonical committed Sep 6, 2024
1 parent d6856fe commit 41aebbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/k8s_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def create_endpoint_services(self, roles: List[str]) -> None:
for role in roles:
selector = {
"cluster-name": self.cluster_name,
"application_name": self.app_name,
"application-name": self.app_name,
"role": role,
}
service_name = f"{self.app_name}-{role}"
Expand Down

0 comments on commit 41aebbe

Please sign in to comment.