We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0ef59d2 + 1490f76 commit 77ab3fdCopy full SHA for 77ab3fd
openshift/catalogd/cp-manifests
@@ -19,6 +19,6 @@ fi
19
20
if [ -d /openshift/helm ]; then
21
mkdir -p "${DEST}/helm/catalogd"
22
- cp -a /openshift/helm "${DEST}/helm/catalogd"
+ cp -a /openshift/helm/* "${DEST}/helm/catalogd"
23
fi
24
openshift/operator-controller/cp-manifests
mkdir -p "${DEST}/helm/operator-controller"
- cp -a /openshift/helm "${DEST}/helm/operator-controller"
+ cp -a /openshift/helm/* "${DEST}/helm/operator-controller"
0 commit comments