Skip to content

Commit

Permalink
retain old qliksense-init func
Browse files Browse the repository at this point in the history
Signed-off-by: Boris Kuschel <boris.kuschel@qlik.com>
  • Loading branch information
Boris Kuschel committed Sep 30, 2020
1 parent a63c400 commit 5899760
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/qliksense/crds.go
Original file line number Diff line number Diff line change
Expand Up @@ -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")
}
}

Expand Down

0 comments on commit 5899760

Please sign in to comment.