diff --git a/openshift/catalogd/cp-manifests b/openshift/catalogd/cp-manifests index 344fc7f69..d847c3b6c 100755 --- a/openshift/catalogd/cp-manifests +++ b/openshift/catalogd/cp-manifests @@ -19,6 +19,6 @@ fi if [ -d /openshift/helm ]; then mkdir -p "${DEST}/helm/catalogd" - cp -a /openshift/helm "${DEST}/helm/catalogd" + cp -a /openshift/helm/* "${DEST}/helm/catalogd" fi diff --git a/openshift/operator-controller/cp-manifests b/openshift/operator-controller/cp-manifests index ec8d4b0df..1b5ca00e3 100755 --- a/openshift/operator-controller/cp-manifests +++ b/openshift/operator-controller/cp-manifests @@ -19,6 +19,6 @@ fi if [ -d /openshift/helm ]; then mkdir -p "${DEST}/helm/operator-controller" - cp -a /openshift/helm "${DEST}/helm/operator-controller" + cp -a /openshift/helm/* "${DEST}/helm/operator-controller" fi