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: /* # - path: /*
# pathType: Prefix # pathType: Prefix
# backend: # backend:
# service # service:
# name: ssl-redirect # name: ssl-redirect
# port: # port:
# name: use-annotation # name: use-annotation
@ -604,7 +604,7 @@ server:
# - path: /* # - path: /*
# pathType: Prefix # pathType: Prefix
# backend: # backend:
# service # service:
# name: ssl-redirect # name: ssl-redirect
# port: # port:
# name: use-annotation # name: use-annotation