diff --git a/helm-msa/templates/ingress-route/myaktion-ingress-route.yml b/helm-msa/templates/ingress-route/myaktion-ingress-route.yml
index 156e5cb789afd0a4c8d5c838a99f43b5fdc12c9a..a5352d28ea6f44eabbe80a2c7479fbb5535dc71b 100644
--- a/helm-msa/templates/ingress-route/myaktion-ingress-route.yml
+++ b/helm-msa/templates/ingress-route/myaktion-ingress-route.yml
@@ -4,14 +4,14 @@ metadata:
   annotations:
     kubernetes.io/ingress.class: traefik
   creationTimestamp: null
-  name: client-test-ingress-route
+  name: myaktion-ingress-route
   namespace: default
 spec:
   routes:
   - kind: Rule
     match: pathPrefix(`/campaigns`)
     services:
-    - kind Service
+    - kind: Service
     name: myaktion-service
     namespace: default
     port: 8080
\ No newline at end of file