From fe54d8263096415c6862e9b5612a655e346f0887 Mon Sep 17 00:00:00 2001 From: Thomas Cardin <49320132+ThomasCardin@users.noreply.github.com> Date: Fri, 25 Oct 2024 10:25:40 -0400 Subject: [PATCH] issue #61: typos --- webtop-template/templates/webtop-deployment.yaml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webtop-template/templates/webtop-deployment.yaml.j2 b/webtop-template/templates/webtop-deployment.yaml.j2 index 0f13c0c..ab18e32 100644 --- a/webtop-template/templates/webtop-deployment.yaml.j2 +++ b/webtop-template/templates/webtop-deployment.yaml.j2 @@ -36,7 +36,7 @@ metadata: spec: type: ClusterIP selector: - app: webtop + app: {{ username }}-webtop ports: - protocol: TCP port: 3000