1
0
mirror of synced 2025-12-19 18:05:53 -05:00

retain old qliksense-init func

Signed-off-by: Boris Kuschel <boris.kuschel@qlik.com>
This commit is contained in:
Boris Kuschel
2020-09-30 09:07:01 -04:00
parent a63c400106
commit 5899760c16

View File

@@ -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")
}
}