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.
1 parent 10fea86 commit 0534ba8Copy full SHA for 0534ba8
openshift/catalogd/cp-manifests
@@ -5,10 +5,8 @@ if [ -z "${1}" ]; then
5
exit 1
6
fi
7
8
-DEST=${1}
+DEST="${1}/helm/catalogd"
9
10
-if [ -d /openshift/helm ]; then
11
- mkdir -p "${DEST}/helm/catalogd"
12
- cp -a /openshift/helm/* "${DEST}/helm/catalogd"
13
-fi
+mkdir -p "${DEST}"
+cp -a /openshift/helm/* "${DEST}"
14
openshift/operator-controller/cp-manifests
+DEST="${1}/helm/operator-controller"
- mkdir -p "${DEST}/helm/operator-controller"
- cp -a /openshift/helm/* "${DEST}/helm/operator-controller"
0 commit comments