retain old qliksense-init func
Signed-off-by: Boris Kuschel <boris.kuschel@qlik.com>
This commit is contained in:
@@ -98,7 +98,7 @@ func getQliksenseInitCrds(qcr *qapi.QliksenseCR) (string, error) {
|
|||||||
qInitMsPath = filepath.Join(repoPath, Q_INIT_CRD_PATH)
|
qInitMsPath = filepath.Join(repoPath, Q_INIT_CRD_PATH)
|
||||||
if _, err := os.Lstat(qInitMsPath); err != nil {
|
if _, err := os.Lstat(qInitMsPath); err != nil {
|
||||||
// older version of qliksense-init used
|
// older version of qliksense-init used
|
||||||
qInitMsPath = filepath.Join(repoPath, "manifests/base/manifests/")
|
qInitMsPath = filepath.Join(repoPath, "manifests/base/manifests/qliksense-init")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user