diff --git a/helm-msa/templates/ingress-route/myaktion-ingress-route.yml b/helm-msa/templates/ingress-route/myaktion-ingress-route.yml
index a5352d28ea6f44eabbe80a2c7479fbb5535dc71b..54661bd30e83c292f442b1f9e8dc562b0b75772d 100644
--- a/helm-msa/templates/ingress-route/myaktion-ingress-route.yml
+++ b/helm-msa/templates/ingress-route/myaktion-ingress-route.yml
@@ -12,6 +12,6 @@ spec:
     match: pathPrefix(`/campaigns`)
     services:
     - kind: Service
-    name: myaktion-service
-    namespace: default
-    port: 8080
\ No newline at end of file
+      name: myaktion-service
+      namespace: default
+      port: 8080
\ No newline at end of file