From 1d47782f7f29805d2523a6359bd4654e1c5f6dbe Mon Sep 17 00:00:00 2001 From: Micke Nordin Date: Mon, 25 Sep 2023 16:36:26 +0200 Subject: [PATCH] Typo Signed-off-by: Micke Nordin --- jupyter/overlays/test/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jupyter/overlays/test/kustomization.yaml b/jupyter/overlays/test/kustomization.yaml index 4d50fc5..b7be5d7 100644 --- a/jupyter/overlays/test/kustomization.yaml +++ b/jupyter/overlays/test/kustomization.yaml @@ -3,5 +3,5 @@ kind: Kustomization resources: - ../../base/ patches: -- path: jupytherhub-ingress.yml +- path: jupyterhub-ingress.yml - path: jupyterhub-service.yml