From 9a3dc8623b23dcb8730ed05c8e1dfe5a6c6dc18e Mon Sep 17 00:00:00 2001 From: Nico Poegel <nico_benjamin.poegel@student.reutlingen-university.de> Date: Mon, 13 Feb 2023 17:46:51 +0100 Subject: [PATCH] fix: fixed indentation in myaktion-ingress-route --- helm-msa/templates/ingress-route/myaktion-ingress-route.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/helm-msa/templates/ingress-route/myaktion-ingress-route.yml b/helm-msa/templates/ingress-route/myaktion-ingress-route.yml index a5352d2..54661bd 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 -- GitLab