From bbf1a3487473e9b50903faa0e012940bf4eed55e Mon Sep 17 00:00:00 2001 From: inamuu <8310973+inamuu@users.noreply.github.com> Date: Mon, 16 Dec 2024 14:12:10 +0900 Subject: [PATCH] fix a link which k8s ingress docs Signed-off-by: inamuu <8310973+inamuu@users.noreply.github.com> --- charts/argo-workflows/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/argo-workflows/values.yaml b/charts/argo-workflows/values.yaml index 8101898ba..3de0ad8d0 100644 --- a/charts/argo-workflows/values.yaml +++ b/charts/argo-workflows/values.yaml @@ -625,7 +625,7 @@ server: volumes: [] ## Ingress configuration. - # ref: https://kubernetes.io/docs/user-guide/ingress/ + # ref: https://kubernetes.io/docs/concepts/services-networking/ingress/ ingress: # -- Enable an ingress resource enabled: false