From 00626c39ad22be483fbdbb5e00d442eb67f36713 Mon Sep 17 00:00:00 2001 From: Micke Nordin Date: Mon, 25 Sep 2023 16:36:26 +0200 Subject: [PATCH] Typo --- 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