fix(argo-cd): fix missing colon in example service definitions
Signed-off-by: Alex Andrews <alias-dev@protonmail.com>
This commit is contained in:
parent
ca0a53d6eb
commit
5cba5e163e
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue