From 5899760c16952b20edc887b2e4cc25c7f847e372 Mon Sep 17 00:00:00 2001 From: Boris Kuschel Date: Wed, 30 Sep 2020 09:07:01 -0400 Subject: [PATCH] retain old qliksense-init func Signed-off-by: Boris Kuschel --- pkg/qliksense/crds.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/qliksense/crds.go b/pkg/qliksense/crds.go index 62594636..73601600 100644 --- a/pkg/qliksense/crds.go +++ b/pkg/qliksense/crds.go @@ -98,7 +98,7 @@ func getQliksenseInitCrds(qcr *qapi.QliksenseCR) (string, error) { qInitMsPath = filepath.Join(repoPath, Q_INIT_CRD_PATH) if _, err := os.Lstat(qInitMsPath); err != nil { // older version of qliksense-init used - qInitMsPath = filepath.Join(repoPath, "manifests/base/manifests/") + qInitMsPath = filepath.Join(repoPath, "manifests/base/manifests/qliksense-init") } }