From c5a46e6f05a479b16fd489bba115f7decdb7efb3 Mon Sep 17 00:00:00 2001 From: Bengt Giger Date: Mon, 30 Nov 2020 17:55:09 +0100 Subject: [PATCH] Fixed yamllint errors --- tst/cluster-tst-jupyterhub.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tst/cluster-tst-jupyterhub.yml b/tst/cluster-tst-jupyterhub.yml index 534bf28..4fd67d3 100644 --- a/tst/cluster-tst-jupyterhub.yml +++ b/tst/cluster-tst-jupyterhub.yml @@ -17,6 +17,6 @@ spec: repoURL: https://gitlab.ethz.ch/k8s-let/k8s-jupyter-tst.git targetRevision: HEAD directory: - recurse: true + recurse: true syncPolicy: automated: {} -- GitLab