We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3a6c743 + f31ded9 commit 0a46737Copy full SHA for 0a46737
hack/deploy-custom.sh
@@ -115,10 +115,6 @@ echo "Creating metering manifests"
115
export MANIFEST_OUTPUT_DIR="$CUSTOM_DEPLOY_MANIFESTS_DIR"
116
"$ROOT_DIR/hack/create-metering-manifests.sh"
117
118
-cp \
119
- "${DEPLOY_MANIFESTS_DIR}/reporting-operator-clusterrole.yaml" \
120
- "$CUSTOM_DEPLOY_MANIFESTS_DIR"
121
-
122
echo "Deploying"
123
export DEPLOY_MANIFESTS_DIR="$CUSTOM_DEPLOY_MANIFESTS_DIR"
124
"${ROOT_DIR}/hack/deploy.sh"
0 commit comments