fix(argo-cd): fix missing colon in example service definitions

Signed-off-by: Alex Andrews <alias-dev@protonmail.com>
This commit is contained in:
Alex Andrews 2021-06-17 11:25:00 +01:00
parent ca0a53d6eb
commit 5cba5e163e

View file

@ -567,7 +567,7 @@ server:
# - path: /*
# pathType: Prefix
# backend:
# service
# service:
# name: ssl-redirect
# port:
# name: use-annotation
@ -604,7 +604,7 @@ server:
# - path: /*
# pathType: Prefix
# backend:
# service
# service:
# name: ssl-redirect
# port:
# name: use-annotation